Experience Hooks

useIgExperiences

Returns a list of Experiments the user is in.

const useIgExperiences: () => {
    isReady: boolean;
    experiences: PluginExperienceType[]
}

useIgConfigExperiences

const useIgConfigExperiences: () => {
    isReady: boolean;
    experiences: PluginExperienceType[]
}

Last updated