AboutSupportDeveloper GuideVersion 34.118.78.80

Type alias ContextGroupStates

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

Type declaration

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