AttachableInterface interface
Attachable resources apply to the model within a Design, rather than a specific node.
Signature:
interface AttachableInterface<TOptions extends KeyValueObject = KeyValueObject, TSources extends KeyValueObject = KeyValueObject> extends ResourceInterface<TOptions, TSources>
Extends: ResourceInterface<TOptions, TSources>
Remarks
Think utility resources like the ZoneResource, or things like tooltips, additional meshes, etc.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
boolean |
Used by isAttachable(). |