AboutSupportDeveloper GuideVersion 37.124.81.24

Type alias ContextGroupStates

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

Type declaration