Interface NodeAttributes

interface NodeAttributes {
    global?: {
        groupRestrictions?: {
            id: string;
            name: string;
        }[];
        state?: GlobalNodeStates;
    };
}

Hierarchy (view full)

Properties

Properties

global?: {
    groupRestrictions?: {
        id: string;
        name: string;
    }[];
    state?: GlobalNodeStates;
}