AboutSupportDeveloper GuideVersion 36.121.79.15

Type alias ContextGroupStates

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

Type declaration

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