AboutSupportDeveloper GuideVersion 37.124.81.26

Type alias ContextGroupStates

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

Type declaration