AboutSupportDeveloper GuideVersion 36.122.80.11

Type alias ContextGroupStates

ContextGroupStates: {
    [key: string]: {
        [key: string]: Context;
    };
}

Type declaration

  • [key: string]: {
        [key: string]: Context;
    }