AssignableInterface interface
Assignable resources target specific nodes within a Design.
Signature:
interface AssignableInterface<TOptions extends KeyValueObject = KeyValueObject, TSources extends KeyValueObject = KeyValueObject> extends ResourceInterface<TOptions, TSources>
Extends: ResourceInterface<TOptions, TSources>
Remarks
Think graphic or pattern or material, things that you want to apply to a specific part of the design.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
boolean |
Used by isAssignable(). |