Hierarchy

  • SingularCompositionControlNode

Properties

Properties

payload?: {
    [key: string]: string;
}

The data that should be consumed by the node. Could be text, colors, etc.

Type declaration

  • [key: string]: string
state?: string

The animation state that the node should be in. I.e. "In", "Out", etc.

Generated using TypeDoc