SetPropertyQuery

type SetPropertyQuery: object;

Type declaration

id?

optional id: string;

ID of the element to change

p

p: string;

Name of the property to change

v?

optional v: JsonSerializable;

New value of the property