FullDecoratorSpec
FullDecoratorSpec =
object
A spec for a Decorator in "full" format, ie consisting of its type, an options object and an optional ID.
Properties
id?
optionalid:string
Optional id, with which you can retrieve the decorator from the UI
options
options:
Record<string,any>
Options for the decorator
type
type:
string
Decorator type