SetGeneratorPropertyQuery

type SetGeneratorPropertyQuery: object;

Type declaration

id

id: string;

The id of the generator to update.

p

p: GeneratorProperty;

The generator property to set.

v?

optional v: UnsafeJsonSerializableOrUndefined;

The new value for the property (e.g. a markup string for GeneratorProperty.Markup).