Interface ControlAttributes

interface ControlAttributes {
    global?: {
        groupRestrictions?: {
            id: string;
            name: string;
        }[];
        state?: GlobalControlStates;
    };
}

Hierarchy (view full)

Properties

Properties

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