Interface ChildNodeAttrs

interface ChildNodeAttrs {
    attributes?: {
        disabled: boolean;
        state?: ActionState;
    };
    category: string;
    id: string;
    states?: NodeStates;
    type: string;
}

Properties

attributes?: {
    disabled: boolean;
    state?: ActionState;
}
category: string
id: string
states?: NodeStates
type: string