Interface: IUpdateItemsCommandDefinition
Hierarchy
-
IDesignEditorCommandDefinition
↳ IUpdateItemsCommandDefinition
Index
Properties
Properties
Optional
after
• after? : string | string[]
Inherited from IDesignEditorCommandDefinition.after
The next commands to be executed after this command completes.
items
• items: object
Type declaration:
-
[ itemName: string]: object
-
[ propertyName: string]: any
Optional
showPreloader
• showPreloader? : boolean
Inherited from IDesignEditorCommandDefinition.showPreloader
If true
, displays the preloader while executing this command.