AssignmentInterface interface
Contract for Assignments.
Signature:
interface AssignmentInterface<TOptions extends KeyValueObject = KeyValueObject> extends ModifierInterface<TOptions>
Extends: ModifierInterface<TOptions>
Remarks
Assignments are modifiers for assignable resources.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
boolean |
Used by isAssignment(). | |
|
|
boolean |
Whether the assignment relies on UV offsets for positioning or not. | |
|
(Optional) The internal material, if one exists. | |||
|
string |
The current target node URI. |
Methods
|
Method |
Description |
|---|---|
|
Get a | |
|
Set the target node. |