Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains a set of updates to the component definition state of an entity.
Properties
addedComponentGroups
addedComponentGroups: string[];
Retrieves the list of component groups that will be added via this definition modification.
Type: string[]
removedComponentGroups
removedComponentGroups: string[];
The list of component groups that will be removed via this definition modification.
Type: string[]
triggers
triggers: Trigger[];
The list of entity definition events that will be fired via this update.
Type: Trigger[]
Caution
This property is still in pre-release. Its signature may change or it may be removed in future releases.