@fiftyone/stateΒΆ
StateΒΆ
active3dSlicesΒΆ
const [active3dSlices, setActive3dSlices] = useRecoilState(fos.active3dSlices);
active3dSlicesToSampleMapΒΆ
const active3dSlicesToSampleMap = useRecoilValue(fos.active3dSlicesToSampleMap);
activeModalSampleΒΆ
Name |
Type |
Description |
---|---|---|
activeModalSample |
|
const activeModalSample = useRecoilValue(fos.activeModalSample);
activeModalSidebarSampleΒΆ
Name |
Type |
Description |
---|---|---|
activeModalSidebarSample |
|
const activeModalSidebarSample = useRecoilValue(fos.activeModalSidebarSample);
activePlotΒΆ
Name |
Type |
Description |
---|---|---|
activePlot |
|
const [activePlot, setActivePlot] = useRecoilState(fos.activePlot);
activeSliceDescriptorLabelΒΆ
Name |
Type |
Description |
---|---|---|
activeSliceDescriptorLabel |
|
const activeSliceDescriptorLabel = useRecoilValue(fos.activeSliceDescriptorLabel);
all3dSlicesΒΆ
const all3dSlices = useRecoilValue(fos.all3dSlices);
all3dSlicesToSampleMapΒΆ
const all3dSlicesToSampleMap = useRecoilValue(fos.all3dSlicesToSampleMap);
allFieldsCheckedStateΒΆ
Name |
Type |
Description |
---|---|---|
allFieldsCheckedState |
|
const [allFieldsCheckedState, setAllFieldsCheckedState] = useRecoilState(fos.allFieldsCheckedState);
allNon3dSlicesΒΆ
const allNon3dSlices = useRecoilValue(fos.allNon3dSlices);
anyTaggingΒΆ
Name |
Type |
Description |
---|---|---|
anyTagging |
|
const [anyTagging, setAnyTagging] = useRecoilState(fos.anyTagging);
attributeVisibilityΒΆ
Name |
Type |
Description |
---|---|---|
attributeVisibility |
|
const [attributeVisibility, setAttributeVisibility] = useRecoilState(fos.attributeVisibility);
canCreateNewFieldΒΆ
Name |
Type |
Description |
---|---|---|
canCreateNewField.enabled |
|
|
canCreateNewField.message |
|
const [canCreateNewField, setCanCreateNewField] = useRecoilState(fos.canCreateNewField);
canEditCustomColorsΒΆ
Name |
Type |
Description |
---|---|---|
canEditCustomColors.enabled |
|
|
canEditCustomColors.message |
|
const [canEditCustomColors, setCanEditCustomColors] = useRecoilState(fos.canEditCustomColors);
canEditSavedViewsΒΆ
Name |
Type |
Description |
---|---|---|
canEditSavedViews.enabled |
|
|
canEditSavedViews.message |
|
const [canEditSavedViews, setCanEditSavedViews] = useRecoilState(fos.canEditSavedViews);
canEditWorkspacesΒΆ
Name |
Type |
Description |
---|---|---|
canEditWorkspaces.enabled |
|
|
canEditWorkspaces.message |
|
const [canEditWorkspaces, setCanEditWorkspaces] = useRecoilState(fos.canEditWorkspaces);
canModifySidebarGroupΒΆ
Name |
Type |
Description |
---|---|---|
canModifySidebarGroup.enabled |
|
|
canModifySidebarGroup.message |
|
const [canModifySidebarGroup, setCanModifySidebarGroup] = useRecoilState(fos.canModifySidebarGroup);
canTagSamplesOrLabelsΒΆ
Name |
Type |
Description |
---|---|---|
canTagSamplesOrLabels.enabled |
|
|
canTagSamplesOrLabels.message |
|
const [canTagSamplesOrLabels, setCanTagSamplesOrLabels] = useRecoilState(fos.canTagSamplesOrLabels);
colorMapΒΆ
const colorMap = useRecoilValue(fos.colorMap);
colorMapRGBΒΆ
const colorMapRGB = useRecoilValue(fos.colorMapRGB);
colorSchemeΒΆ
Name |
Type |
Description |
---|---|---|
colorScheme |
|
const [colorScheme, setColorScheme] = useRecoilState(fos.colorScheme);
colorSeedΒΆ
Name |
Type |
Description |
---|---|---|
colorSeed |
|
const [colorSeed, setColorSeed] = useRecoilState(fos.colorSeed);
coloringΒΆ
Name |
Type |
Description |
---|---|---|
coloring |
|
const [coloring, setColoring] = useRecoilState(fos.coloring);
configΒΆ
Name |
Type |
Description |
---|---|---|
config.colorBy |
|
|
config.colorPool |
|
|
config.colorscale |
|
|
config.disableFrameFiltering |
|
|
config.gridZoom |
|
|
config.lightningThreshold |
|
|
config.loopVideos |
|
|
config.mediaFallback |
|
|
config.multicolorKeypoints |
|
|
config.notebookHeight |
|
|
config.plugins |
|
|
config.showConfidence |
|
|
config.showIndex |
|
|
config.showLabel |
|
|
config.showSkeletons |
|
|
config.showTooltip |
|
|
config.sidebarMode |
|
|
config.theme |
|
|
config.timezone |
|
|
config.useFrameNumber |
|
const config = useRecoilValue(fos.config);
configDataΒΆ
Name |
Type |
Description |
---|---|---|
configData |
|
const [configData, setConfigData] = useRecoilState(fos.configData);
currentModalUniqueIdΒΆ
Name |
Type |
Description |
---|---|---|
currentModalUniqueId |
|
const currentModalUniqueId = useRecoilValue(fos.currentModalUniqueId);
currentSampleIdΒΆ
Name |
Type |
Description |
---|---|---|
currentSampleId |
|
const currentSampleId = useRecoilValue(fos.currentSampleId);
currentViewSlugΒΆ
Name |
Type |
Description |
---|---|---|
currentViewSlug |
|
const currentViewSlug = useRecoilValue(fos.currentViewSlug);
datasetΒΆ
Name |
Type |
Description |
---|---|---|
dataset |
|
const [dataset, setDataset] = useRecoilState(fos.dataset);
datasetAppConfigΒΆ
Name |
Type |
Description |
---|---|---|
datasetAppConfig |
|
const [datasetAppConfig, setDatasetAppConfig] = useRecoilState(fos.datasetAppConfig);
datasetColorSchemeΒΆ
Name |
Type |
Description |
---|---|---|
datasetColorScheme |
|
const [datasetColorScheme, setDatasetColorScheme] = useRecoilState(fos.datasetColorScheme);
datasetFrameCountΒΆ
Name |
Type |
Description |
---|---|---|
datasetFrameCount |
|
const datasetFrameCount = useRecoilValue(fos.datasetFrameCount);
datasetIdΒΆ
Name |
Type |
Description |
---|---|---|
datasetId |
|
const [datasetId, setDatasetId] = useRecoilState(fos.datasetId);
datasetNameΒΆ
Name |
Type |
Description |
---|---|---|
datasetName |
|
const [datasetName, setDatasetName] = useRecoilState(fos.datasetName);
datasetSampleCountΒΆ
Name |
Type |
Description |
---|---|---|
datasetSampleCount |
|
const datasetSampleCount = useRecoilValue(fos.datasetSampleCount);
defaultGroupSliceΒΆ
Name |
Type |
Description |
---|---|---|
defaultGroupSlice |
|
const [defaultGroupSlice, setDefaultGroupSlice] = useRecoilState(fos.defaultGroupSlice);
defaultTargetsΒΆ
Name |
Type |
Description |
---|---|---|
defaultTargets |
|
const defaultTargets = useRecoilValue(fos.defaultTargets);
disableFrameFilteringΒΆ
Name |
Type |
Description |
---|---|---|
disableFrameFiltering |
|
const disableFrameFiltering = useRecoilValue(fos.disableFrameFiltering);
disabledCheckboxPathsΒΆ
Returns a set of paths that have their checkbox disabled in the sidebar
Name |
Type |
Description |
---|---|---|
disabledCheckboxPaths |
|
const disabledCheckboxPaths = useRecoilValue(fos.disabledCheckboxPaths);
disabledFilterPathsΒΆ
Returns a set of paths that have their filter dropdown disabled in the sidebar
Name |
Type |
Description |
---|---|---|
disabledFilterPaths |
|
const disabledFilterPaths = useRecoilValue(fos.disabledFilterPaths);
disabledFrameFilterPathsΒΆ
Name |
Type |
Description |
---|---|---|
disabledFrameFilterPaths |
|
const disabledFrameFilterPaths = useRecoilValue(fos.disabledFrameFilterPaths);
distributionPathsΒΆ
const distributionPaths = useRecoilValue(fos.distributionPaths);
dynamicGroupCurrentElementIndexΒΆ
Name |
Type |
Description |
---|---|---|
dynamicGroupCurrentElementIndex |
|
const [dynamicGroupCurrentElementIndex, setDynamicGroupCurrentElementIndex] = useRecoilState(fos.dynamicGroupCurrentElementIndex);
dynamicGroupFieldsΒΆ
const dynamicGroupFields = useRecoilValue(fos.dynamicGroupFields);
dynamicGroupIndexΒΆ
Name |
Type |
Description |
---|---|---|
dynamicGroupIndex |
|
const [dynamicGroupIndex, setDynamicGroupIndex] = useRecoilState(fos.dynamicGroupIndex);
dynamicGroupParametersΒΆ
Name |
Type |
Description |
---|---|---|
dynamicGroupParameters |
|
const dynamicGroupParameters = useRecoilValue(fos.dynamicGroupParameters);
elementNamesΒΆ
Name |
Type |
Description |
---|---|---|
elementNames.plural |
|
|
elementNames.singular |
|
const elementNames = useRecoilValue(fos.elementNames);
eligibleFieldsToCustomizeColorΒΆ
const eligibleFieldsToCustomizeColor = useRecoilValue(fos.eligibleFieldsToCustomizeColor);
escapeKeyHandlerIdsAtomΒΆ
Name |
Type |
Description |
---|---|---|
escapeKeyHandlerIdsAtom |
|
const [escapeKeyHandlerIdsAtom, setEscapeKeyHandlerIdsAtom] = useRecoilState(fos.escapeKeyHandlerIdsAtom);
excludedPathsStrippedStateΒΆ
const excludedPathsStrippedState = useRecoilValue(fos.excludedPathsStrippedState);
expandedPathsStateΒΆ
const [expandedPathsState, setExpandedPathsState] = useRecoilState(fos.expandedPathsState);
extendedSelectionΒΆ
Name |
Type |
Description |
---|---|---|
extendedSelection.scope |
|
|
extendedSelection.selection |
|
const [extendedSelection, setExtendedSelection] = useRecoilState(fos.extendedSelection);
extendedSelectionOverrideStageΒΆ
Name |
Type |
Description |
---|---|---|
extendedSelectionOverrideStage |
|
const [extendedSelectionOverrideStage, setExtendedSelectionOverrideStage] = useRecoilState(fos.extendedSelectionOverrideStage);
extendedStagesΒΆ
Name |
Type |
Description |
---|---|---|
extendedStages |
|
const extendedStages = useRecoilValue(fos.extendedStages);
extendedStagesUnsortedΒΆ
Name |
Type |
Description |
---|---|---|
extendedStagesUnsorted |
|
const extendedStagesUnsorted = useRecoilValue(fos.extendedStagesUnsorted);
fieldSchemaStateΒΆ
Name |
Type |
Description |
---|---|---|
fieldSchemaState |
|
const [fieldSchemaState, setFieldSchemaState] = useRecoilState(fos.fieldSchemaState);
fieldVisibilityStageΒΆ
Name |
Type |
Description |
---|---|---|
fieldVisibilityStage |
|
const [fieldVisibilityStage, setFieldVisibilityStage] = useRecoilState(fos.fieldVisibilityStage);
filtersΒΆ
Name |
Type |
Description |
---|---|---|
filters |
|
const [filters, setFilters] = useRecoilState(fos.filters);
flatFrameFieldsΒΆ
const flatFrameFields = useRecoilValue(fos.flatFrameFields);
flatSampleFieldsΒΆ
const flatSampleFields = useRecoilValue(fos.flatSampleFields);
fo3dContentΒΆ
Name |
Type |
Description |
---|---|---|
fo3dContent |
|
const [fo3dContent, setFo3dContent] = useRecoilState(fos.fo3dContent);
fo3dSampleΒΆ
Name |
Type |
Description |
---|---|---|
fo3dSample |
|
const fo3dSample = useRecoilValue(fos.fo3dSample);
frameFieldsΒΆ
const frameFields = useRecoilValue(fos.frameFields);
fullSchemaΒΆ
Name |
Type |
Description |
---|---|---|
fullSchema |
|
const fullSchema = useRecoilValue(fos.fullSchema);
fullscreenΒΆ
Name |
Type |
Description |
---|---|---|
fullscreen |
|
const [fullscreen, setFullscreen] = useRecoilState(fos.fullscreen);
fullyDisabledPathsΒΆ
Returns a set of paths that should have both their checkbox and filter dropdown disabled in the sidebar
Name |
Type |
Description |
---|---|---|
fullyDisabledPaths |
|
const fullyDisabledPaths = useRecoilValue(fos.fullyDisabledPaths);
getSkeletonΒΆ
const getSkeleton = useRecoilValue(fos.getSkeleton);
getTargetΒΆ
const getTarget = useRecoilValue(fos.getTarget);
granularSidebarExpandedStoreΒΆ
const [granularSidebarExpandedStore, setGranularSidebarExpandedStore] = useRecoilState(fos.granularSidebarExpandedStore);
groupByFieldValueΒΆ
Name |
Type |
Description |
---|---|---|
groupByFieldValue |
|
const groupByFieldValue = useRecoilValue(fos.groupByFieldValue);
groupFieldΒΆ
Name |
Type |
Description |
---|---|---|
groupField |
|
const groupField = useRecoilValue(fos.groupField);
groupMedia3dVisibleSettingΒΆ
Name |
Type |
Description |
---|---|---|
groupMedia3dVisibleSetting |
|
const [groupMedia3dVisibleSetting, setGroupMedia3dVisibleSetting] = useRecoilState(fos.groupMedia3dVisibleSetting);
groupMediaIs3dVisibleΒΆ
Name |
Type |
Description |
---|---|---|
groupMediaIs3dVisible |
|
const groupMediaIs3dVisible = useRecoilValue(fos.groupMediaIs3dVisible);
groupMediaIsCarouselVisibleΒΆ
Name |
Type |
Description |
---|---|---|
groupMediaIsCarouselVisible |
|
const groupMediaIsCarouselVisible = useRecoilValue(fos.groupMediaIsCarouselVisible);
groupMediaIsCarouselVisibleSettingΒΆ
Name |
Type |
Description |
---|---|---|
groupMediaIsCarouselVisibleSetting |
|
const [groupMediaIsCarouselVisibleSetting, setGroupMediaIsCarouselVisibleSetting] = useRecoilState(fos.groupMediaIsCarouselVisibleSetting);
groupMediaIsMainVisibleΒΆ
Name |
Type |
Description |
---|---|---|
groupMediaIsMainVisible |
|
const groupMediaIsMainVisible = useRecoilValue(fos.groupMediaIsMainVisible);
groupMediaIsMainVisibleSettingΒΆ
Name |
Type |
Description |
---|---|---|
groupMediaIsMainVisibleSetting |
|
const [groupMediaIsMainVisibleSetting, setGroupMediaIsMainVisibleSetting] = useRecoilState(fos.groupMediaIsMainVisibleSetting);
groupMediaTypesΒΆ
const groupMediaTypes = useRecoilValue(fos.groupMediaTypes);
groupMediaTypesMapΒΆ
const groupMediaTypesMap = useRecoilValue(fos.groupMediaTypesMap);
groupMediaTypesSetΒΆ
Name |
Type |
Description |
---|---|---|
groupMediaTypesSet |
|
const groupMediaTypesSet = useRecoilValue(fos.groupMediaTypesSet);
groupSliceΒΆ
Name |
Type |
Description |
---|---|---|
groupSlice |
|
const [groupSlice, setGroupSlice] = useRecoilState(fos.groupSlice);
groupSlicesΒΆ
const groupSlices = useRecoilValue(fos.groupSlices);
groupViewΒΆ
A group view, i.e. all slices of a group, can potentially be of a dynamic group. The GroupBy stage is filtered to accomodate this
const groupView = useRecoilValue(fos.groupView);
has3dSliceΒΆ
Name |
Type |
Description |
---|---|---|
has3dSlice |
|
const has3dSlice = useRecoilValue(fos.has3dSlice);
hasFo3dSliceΒΆ
Name |
Type |
Description |
---|---|---|
hasFo3dSlice |
|
const hasFo3dSlice = useRecoilValue(fos.hasFo3dSlice);
hasGroupSlicesΒΆ
Name |
Type |
Description |
---|---|---|
hasGroupSlices |
|
const hasGroupSlices = useRecoilValue(fos.hasGroupSlices);
hasMultiple3dSlicesΒΆ
Name |
Type |
Description |
---|---|---|
hasMultiple3dSlices |
|
const hasMultiple3dSlices = useRecoilValue(fos.hasMultiple3dSlices);
hasSelectedLabelsΒΆ
Name |
Type |
Description |
---|---|---|
hasSelectedLabels |
|
const hasSelectedLabels = useRecoilValue(fos.hasSelectedLabels);
hasSelectedSamplesΒΆ
Name |
Type |
Description |
---|---|---|
hasSelectedSamples |
|
const hasSelectedSamples = useRecoilValue(fos.hasSelectedSamples);
hideNoneValuedFieldsΒΆ
Name |
Type |
Description |
---|---|---|
hideNoneValuedFields |
|
const [hideNoneValuedFields, setHideNoneValuedFields] = useRecoilState(fos.hideNoneValuedFields);
hoveredSampleΒΆ
Name |
Type |
Description |
---|---|---|
hoveredSample |
|
const [hoveredSample, setHoveredSample] = useRecoilState(fos.hoveredSample);
includeNestedFieldsStateΒΆ
Name |
Type |
Description |
---|---|---|
includeNestedFieldsState |
|
const [includeNestedFieldsState, setIncludeNestedFieldsState] = useRecoilState(fos.includeNestedFieldsState);
is3DDatasetΒΆ
Name |
Type |
Description |
---|---|---|
is3DDataset |
|
const is3DDataset = useRecoilValue(fos.is3DDataset);
isClipsViewΒΆ
Name |
Type |
Description |
---|---|---|
isClipsView |
|
const isClipsView = useRecoilValue(fos.isClipsView);
isDynamicGroupΒΆ
Name |
Type |
Description |
---|---|---|
isDynamicGroup |
|
const isDynamicGroup = useRecoilValue(fos.isDynamicGroup);
isFieldVisibilityActiveΒΆ
Name |
Type |
Description |
---|---|---|
isFieldVisibilityActive |
|
const isFieldVisibilityActive = useRecoilValue(fos.isFieldVisibilityActive);
isFramesViewΒΆ
Name |
Type |
Description |
---|---|---|
isFramesView |
|
const isFramesView = useRecoilValue(fos.isFramesView);
isLargeVideoΒΆ
Name |
Type |
Description |
---|---|---|
isLargeVideo |
|
const isLargeVideo = useRecoilValue(fos.isLargeVideo);
isModalActiveΒΆ
Name |
Type |
Description |
---|---|---|
isModalActive |
|
const isModalActive = useRecoilValue(fos.isModalActive);
isNestedDynamicGroupΒΆ
Name |
Type |
Description |
---|---|---|
isNestedDynamicGroup |
|
const isNestedDynamicGroup = useRecoilValue(fos.isNestedDynamicGroup);
isNonNestedDynamicGroupΒΆ
Name |
Type |
Description |
---|---|---|
isNonNestedDynamicGroup |
|
const isNonNestedDynamicGroup = useRecoilValue(fos.isNonNestedDynamicGroup);
isNotebookΒΆ
Name |
Type |
Description |
---|---|---|
isNotebook |
|
const isNotebook = useRecoilValue(fos.isNotebook);
isOrderedDynamicGroupΒΆ
Name |
Type |
Description |
---|---|---|
isOrderedDynamicGroup |
|
const isOrderedDynamicGroup = useRecoilValue(fos.isOrderedDynamicGroup);
isPatchesViewΒΆ
Name |
Type |
Description |
---|---|---|
isPatchesView |
|
const isPatchesView = useRecoilValue(fos.isPatchesView);
isRootViewΒΆ
Name |
Type |
Description |
---|---|---|
isRootView |
|
const isRootView = useRecoilValue(fos.isRootView);
isSidebarFilterModeΒΆ
Name |
Type |
Description |
---|---|---|
isSidebarFilterMode |
|
const [isSidebarFilterMode, setIsSidebarFilterMode] = useRecoilState(fos.isSidebarFilterMode);
isTooltipLockedΒΆ
Name |
Type |
Description |
---|---|---|
isTooltipLocked |
|
const [isTooltipLocked, setIsTooltipLocked] = useRecoilState(fos.isTooltipLocked);
isVideoDatasetΒΆ
Name |
Type |
Description |
---|---|---|
isVideoDataset |
|
const isVideoDataset = useRecoilValue(fos.isVideoDataset);
labelPathsSetΒΆ
Name |
Type |
Description |
---|---|---|
labelPathsSet |
|
const labelPathsSet = useRecoilValue(fos.labelPathsSet);
labelPathsSetExpandedΒΆ
Name |
Type |
Description |
---|---|---|
labelPathsSetExpanded |
|
const labelPathsSetExpanded = useRecoilValue(fos.labelPathsSetExpanded);
lastLoadedDatasetNameStateΒΆ
Name |
Type |
Description |
---|---|---|
lastLoadedDatasetNameState |
|
const [lastLoadedDatasetNameState, setLastLoadedDatasetNameState] = useRecoilState(fos.lastLoadedDatasetNameState);
lightningΒΆ
Name |
Type |
Description |
---|---|---|
lightning |
|
const lightning = useRecoilValue(fos.lightning);
lightningFiltersΒΆ
const lightningFilters = useRecoilValue(fos.lightningFilters);
lightningThresholdΒΆ
Name |
Type |
Description |
---|---|---|
lightningThreshold |
|
const [lightningThreshold, setLightningThreshold] = useRecoilState(fos.lightningThreshold);
lightningThresholdConfigΒΆ
Name |
Type |
Description |
---|---|---|
lightningThresholdConfig |
|
const lightningThresholdConfig = useRecoilValue(fos.lightningThresholdConfig);
lightningUnlockedΒΆ
Name |
Type |
Description |
---|---|---|
lightningUnlocked |
|
const lightningUnlocked = useRecoilValue(fos.lightningUnlocked);
loadingΒΆ
Name |
Type |
Description |
---|---|---|
loading |
|
const [loading, setLoading] = useRecoilState(fos.loading);
lookerPanelsΒΆ
Name |
Type |
Description |
---|---|---|
lookerPanels.help |
|
|
lookerPanels.json |
|
const [lookerPanels, setLookerPanels] = useRecoilState(fos.lookerPanels);
mediaFieldsΒΆ
const [mediaFields, setMediaFields] = useRecoilState(fos.mediaFields);
mediaTypeΒΆ
Name |
Type |
Description |
---|---|---|
mediaType |
|
const [mediaType, setMediaType] = useRecoilState(fos.mediaType);
mediaTypeSelectorΒΆ
Name |
Type |
Description |
---|---|---|
mediaTypeSelector |
|
const mediaTypeSelector = useRecoilValue(fos.mediaTypeSelector);
modalΒΆ
Name |
Type |
Description |
---|---|---|
modal |
|
const [modal, setModal] = useRecoilState(fos.modal);
modalAttributeVisibilityΒΆ
Name |
Type |
Description |
---|---|---|
modalAttributeVisibility |
|
const [modalAttributeVisibility, setModalAttributeVisibility] = useRecoilState(fos.modalAttributeVisibility);
modalFiltersΒΆ
Name |
Type |
Description |
---|---|---|
modalFilters |
|
const [modalFilters, setModalFilters] = useRecoilState(fos.modalFilters);
modalGroupSliceΒΆ
Name |
Type |
Description |
---|---|---|
modalGroupSlice |
|
const [modalGroupSlice, setModalGroupSlice] = useRecoilState(fos.modalGroupSlice);
modalLookerΒΆ
Name |
Type |
Description |
---|---|---|
modalLooker |
|
const [modalLooker, setModalLooker] = useRecoilState(fos.modalLooker);
modalSampleΒΆ
Name |
Type |
Description |
---|---|---|
modalSample |
|
const [modalSample, setModalSample] = useRecoilState(fos.modalSample);
modalSampleIdΒΆ
Name |
Type |
Description |
---|---|---|
modalSampleId |
|
const modalSampleId = useRecoilValue(fos.modalSampleId);
modalSelectorΒΆ
Name |
Type |
Description |
---|---|---|
modalSelector |
|
const [modalSelector, setModalSelector] = useRecoilState(fos.modalSelector);
modalTopBarVisibleΒΆ
Name |
Type |
Description |
---|---|---|
modalTopBarVisible |
|
const [modalTopBarVisible, setModalTopBarVisible] = useRecoilState(fos.modalTopBarVisible);
non3dSamplesΒΆ
const non3dSamples = useRecoilValue(fos.non3dSamples);
noneValuedPathsΒΆ
Name |
Type |
Description |
---|---|---|
noneValuedPaths |
|
const [noneValuedPaths, setNoneValuedPaths] = useRecoilState(fos.noneValuedPaths);
nullableModalSampleIdΒΆ
Name |
Type |
Description |
---|---|---|
nullableModalSampleId |
|
const nullableModalSampleId = useRecoilValue(fos.nullableModalSampleId);
parentMediaTypeSelectorΒΆ
Name |
Type |
Description |
---|---|---|
parentMediaTypeSelector |
|
const parentMediaTypeSelector = useRecoilValue(fos.parentMediaTypeSelector);
patchingΒΆ
Name |
Type |
Description |
---|---|---|
patching |
|
const [patching, setPatching] = useRecoilState(fos.patching);
pinned3DSampleΒΆ
Name |
Type |
Description |
---|---|---|
pinned3DSample |
|
const pinned3DSample = useRecoilValue(fos.pinned3DSample);
pinned3DSampleSliceΒΆ
Name |
Type |
Description |
---|---|---|
pinned3DSampleSlice |
|
const [pinned3DSampleSlice, setPinned3DSampleSlice] = useRecoilState(fos.pinned3DSampleSlice);
pinned3dΒΆ
Name |
Type |
Description |
---|---|---|
pinned3d |
|
const [pinned3d, setPinned3d] = useRecoilState(fos.pinned3d);
readOnlyΒΆ
Name |
Type |
Description |
---|---|---|
readOnly |
|
const [readOnly, setReadOnly] = useRecoilState(fos.readOnly);
refreshGroupQueryΒΆ
Name |
Type |
Description |
---|---|---|
refreshGroupQuery |
|
const [refreshGroupQuery, setRefreshGroupQuery] = useRecoilState(fos.refreshGroupQuery);
refresherΒΆ
Name |
Type |
Description |
---|---|---|
refresher |
|
const [refresher, setRefresher] = useRecoilState(fos.refresher);
rootElementNameΒΆ
Name |
Type |
Description |
---|---|---|
rootElementName |
|
const rootElementName = useRecoilValue(fos.rootElementName);
rootElementNamePluralΒΆ
Name |
Type |
Description |
---|---|---|
rootElementNamePlural |
|
const rootElementNamePlural = useRecoilValue(fos.rootElementNamePlural);
sampleFieldsΒΆ
const sampleFields = useRecoilValue(fos.sampleFields);
savedLookerOptionsΒΆ
const [savedLookerOptions, setSavedLookerOptions] = useRecoilState(fos.savedLookerOptions);
savingFiltersΒΆ
Name |
Type |
Description |
---|---|---|
savingFilters |
|
const [savingFilters, setSavingFilters] = useRecoilState(fos.savingFilters);
schemaSearchResultListΒΆ
const [schemaSearchResultList, setSchemaSearchResultList] = useRecoilState(fos.schemaSearchResultList);
schemaSearchResultsΒΆ
const [schemaSearchResults, setSchemaSearchResults] = useRecoilState(fos.schemaSearchResults);
schemaSearchTermΒΆ
Name |
Type |
Description |
---|---|---|
schemaSearchTerm |
|
const [schemaSearchTerm, setSchemaSearchTerm] = useRecoilState(fos.schemaSearchTerm);
schemaSelectedSettingsTabΒΆ
Name |
Type |
Description |
---|---|---|
schemaSelectedSettingsTab |
|
const [schemaSelectedSettingsTab, setSchemaSelectedSettingsTab] = useRecoilState(fos.schemaSelectedSettingsTab);
searchMetaFilterStateΒΆ
const [searchMetaFilterState, setSearchMetaFilterState] = useRecoilState(fos.searchMetaFilterState);
selectedLabelIdsΒΆ
Name |
Type |
Description |
---|---|---|
selectedLabelIds |
|
const selectedLabelIds = useRecoilValue(fos.selectedLabelIds);
selectedLabelMapΒΆ
Name |
Type |
Description |
---|---|---|
selectedLabelMap |
|
const [selectedLabelMap, setSelectedLabelMap] = useRecoilState(fos.selectedLabelMap);
selectedLabelsΒΆ
const [selectedLabels, setSelectedLabels] = useRecoilState(fos.selectedLabels);
selectedPatchSamplesΒΆ
Name |
Type |
Description |
---|---|---|
selectedPatchSamples |
|
const selectedPatchSamples = useRecoilValue(fos.selectedPatchSamples);
selectedSampleObjectsΒΆ
Name |
Type |
Description |
---|---|---|
selectedSampleObjects |
|
const [selectedSampleObjects, setSelectedSampleObjects] = useRecoilState(fos.selectedSampleObjects);
selectedSamplesΒΆ
Name |
Type |
Description |
---|---|---|
selectedSamples |
|
const [selectedSamples, setSelectedSamples] = useRecoilState(fos.selectedSamples);
selectedSavedViewStateΒΆ
Name |
Type |
Description |
---|---|---|
selectedSavedViewState |
|
const [selectedSavedViewState, setSelectedSavedViewState] = useRecoilState(fos.selectedSavedViewState);
selectedViewNameΒΆ
Name |
Type |
Description |
---|---|---|
selectedViewName |
|
const [selectedViewName, setSelectedViewName] = useRecoilState(fos.selectedViewName);
sessionGroupSliceΒΆ
Name |
Type |
Description |
---|---|---|
sessionGroupSlice |
|
const [sessionGroupSlice, setSessionGroupSlice] = useRecoilState(fos.sessionGroupSlice);
sessionSpacesΒΆ
Name |
Type |
Description |
---|---|---|
sessionSpaces |
|
const [sessionSpaces, setSessionSpaces] = useRecoilState(fos.sessionSpaces);
settingsModalΒΆ
Name |
Type |
Description |
---|---|---|
settingsModal.open |
|
const [settingsModal, setSettingsModal] = useRecoilState(fos.settingsModal);
showMetadataStateΒΆ
Name |
Type |
Description |
---|---|---|
showMetadataState |
|
const [showMetadataState, setShowMetadataState] = useRecoilState(fos.showMetadataState);
showNestedFieldsStateΒΆ
Name |
Type |
Description |
---|---|---|
showNestedFieldsState |
|
const [showNestedFieldsState, setShowNestedFieldsState] = useRecoilState(fos.showNestedFieldsState);
showOverlaysΒΆ
Name |
Type |
Description |
---|---|---|
showOverlays |
|
const [showOverlays, setShowOverlays] = useRecoilState(fos.showOverlays);
sidebarSampleIdΒΆ
Name |
Type |
Description |
---|---|---|
sidebarSampleId |
|
const sidebarSampleId = useRecoilValue(fos.sidebarSampleId);
similarityMethodsΒΆ
Name |
Type |
Description |
---|---|---|
similarityMethods.patches |
|
|
similarityMethods.samples |
|
const similarityMethods = useRecoilValue(fos.similarityMethods);
similarityParametersΒΆ
Name |
Type |
Description |
---|---|---|
similarityParameters |
|
const [similarityParameters, setSimilarityParameters] = useRecoilState(fos.similarityParameters);
similaritySortingΒΆ
Name |
Type |
Description |
---|---|---|
similaritySorting |
|
const [similaritySorting, setSimilaritySorting] = useRecoilState(fos.similaritySorting);
snackbarErrorsΒΆ
const [snackbarErrors, setSnackbarErrors] = useRecoilState(fos.snackbarErrors);
stageDefinitionsΒΆ
const stageDefinitions = useRecoilValue(fos.stageDefinitions);
stageInfoΒΆ
Name |
Type |
Description |
---|---|---|
stageInfo |
|
const [stageInfo, setStageInfo] = useRecoilState(fos.stageInfo);
stateSubscriptionΒΆ
Name |
Type |
Description |
---|---|---|
stateSubscription |
|
const stateSubscription = useRecoilValue(fos.stateSubscription);
targetsΒΆ
Name |
Type |
Description |
---|---|---|
targets.defaults |
|
|
targets.fields |
|
const targets = useRecoilValue(fos.targets);
themeΒΆ
Name |
Type |
Description |
---|---|---|
theme |
|
const [theme, setTheme] = useRecoilState(fos.theme);
themeConfigΒΆ
Name |
Type |
Description |
---|---|---|
themeConfig |
|
const themeConfig = useRecoilValue(fos.themeConfig);
threedSamplesΒΆ
const threedSamples = useRecoilValue(fos.threedSamples);
tooltipCoordinatesΒΆ
Name |
Type |
Description |
---|---|---|
tooltipCoordinates.bottom |
|
|
tooltipCoordinates.left |
|
|
tooltipCoordinates.right |
|
|
tooltipCoordinates.top |
|
const [tooltipCoordinates, setTooltipCoordinates] = useRecoilState(fos.tooltipCoordinates);
tooltipDetailΒΆ
Name |
Type |
Description |
---|---|---|
tooltipDetail |
|
const [tooltipDetail, setTooltipDetail] = useRecoilState(fos.tooltipDetail);
viewΒΆ
const [view, setView] = useRecoilState(fos.view);
viewClsΒΆ
Name |
Type |
Description |
---|---|---|
viewCls |
|
const [viewCls, setViewCls] = useRecoilState(fos.viewCls);
viewCounterΒΆ
Name |
Type |
Description |
---|---|---|
viewCounter |
|
const [viewCounter, setViewCounter] = useRecoilState(fos.viewCounter);
viewNameΒΆ
Name |
Type |
Description |
---|---|---|
viewName |
|
const [viewName, setViewName] = useRecoilState(fos.viewName);
viewSchemaStateΒΆ
Name |
Type |
Description |
---|---|---|
viewSchemaState |
|
const [viewSchemaState, setViewSchemaState] = useRecoilState(fos.viewSchemaState);
viewStateForm_INTERNALΒΆ
This atom can be set to parameterize view changes
See
for example usage
Name |
Type |
Description |
---|---|---|
viewStateForm_INTERNAL |
|
const [viewStateForm_INTERNAL, setViewStateForm_INTERNAL] = useRecoilState(fos.viewStateForm_INTERNAL);
HooksΒΆ
useAssertedRecoilValueΒΆ
-
fos.
useAssertedRecoilValue
(recoilValue)ΒΆ - Arguments
recoilValue (RecoilValue < T >) β
- Return type
plugins.fiftyone.state.T()
useBrowserStorageΒΆ
-
fos.
useBrowserStorage
(key, initialValue, useSessionStorage)ΒΆ - Arguments
key (string) β
initialValue (T) β
useSessionStorage (boolean) β
- Return type
readonly
useClearModalΒΆ
-
fos.
useClearModal
()ΒΆ
A react hook that allows clearing the modal state.
Example
function MyComponent() {
const clearModal = useClearModal();
return (
<button onClick={clearModal}>Close Modal</button>
)
}
Returns
A function that clears the modal state.
fos.
clearModal
()ΒΆ
- Return type
void
useCreateLookerΒΆ
-
fos.
useCreateLooker
(isModal, thumbnail, options, highlight, enableTimeline)ΒΆ - Arguments
isModal (boolean) β
thumbnail (boolean) β
options (Omit < , >) β
highlight (( sample : Sample )) β
enableTimeline (boolean) β
- Return type
MutableRefObject < >
<
( args : )
>
useDebounceCallbackΒΆ
-
fos.
useDebounceCallback
(func, delay, options)ΒΆ - Arguments
func (T) β
delay (number) β
options (DebounceSettings) β
- Return type
plugins.fiftyone.state.DebouncedState()
<
plugins.fiftyone.state.T()
>
useEntriesΒΆ
-
fos.
useEntries
(modal)ΒΆ - Arguments
modal (boolean) β
- Return type
[
Array< SidebarEntry >
,
( entries : )
]
useEventHandlerΒΆ
-
fos.
useEventHandler
(target, eventType, handler, options)ΒΆ - Arguments
target (EventTarget) β
eventType (string) β
handler (( event : any )) β
options (Union< boolean , AddEventListenerOptions >) β
- Return type
void
useExpandSampleΒΆ
-
fos.
useExpandSample
(store)ΒΆ - Arguments
store () β
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useFollowΒΆ
-
fos.
useFollow
(leaderRef, followerRef, set)ΒΆ - Arguments
leaderRef (any) β
followerRef (any) β
set (any) β
- Return type
void
useHashChangeHandlerΒΆ
-
fos.
useHashChangeHandler
(handler)ΒΆ - Arguments
handler (any) β
- Return type
void
useHoveredSampleΒΆ
-
fos.
useHoveredSample
(sample, args)ΒΆ - Arguments
sample (Sample) β
args (Object) β
args.clear (( )) β
args.update (( )) β
- Return type
Object
useJSONPanelΒΆ
-
fos.
useJSONPanel
()ΒΆ - Return type
Object
Manage the JSON panel state and events.
Example
function MyComponent() {
const jsonPanel = useJSONPanel();
return jsonPanel.isOpen && (
<JSONPanel
containerRef={jsonPanel.containerRef}
onClose={() => jsonPanel.close()}
onCopy={() => jsonPanel.copy()}
/>
)
}
useKeyDownΒΆ
-
fos.
useKeyDown
(key, handler, deps)ΒΆ - Arguments
key (string) β
handler (( down : boolean , e : KeyboardEvent )) β
deps (DependencyList) β
- Return type
void
a react hook that calls the handler when a given key is down
useKeydownHandlerΒΆ
-
fos.
useKeydownHandler
(handler)ΒΆ - Arguments
handler (( e : KeyboardEvent )) β
- Return type
void
useLookerOptionsΒΆ
-
fos.
useLookerOptions
(modal)ΒΆ - Arguments
modal (boolean) β
- Return type
Partial < Omit >
<
Omit < , >
>
useLookerStoreΒΆ
-
fos.
useLookerStore
()ΒΆ - Return type
plugins.fiftyone.state.LookerStore()
<
plugins.fiftyone.state.Lookers()
>
useNotificationΒΆ
useObserveΒΆ
-
fos.
useObserve
(target, handler)ΒΆ - Arguments
target (any) β
handler (any) β
- Return type
void
useOnSelectLabelΒΆ
-
fos.
useOnSelectLabel
()ΒΆ -
fos.
onSelectLabel
()ΒΆ - Arguments
args ([ SelectEvent ]) β
- Return type
Promise < void >
<
void
>
-
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useOutsideClickΒΆ
-
fos.
useOutsideClick
(ref, handler, eventName)ΒΆ - Arguments
ref (MutableRefObject < HTMLElement >) β
handler (MouseEventHandler < Element >) β
eventName (string) β
- Return type
void
useRefreshΒΆ
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useResetΒΆ
-
fos.
useReset
()ΒΆ - Return type
SetterOrUpdater < >
<
Array< Stage >
>
Deprecated
use
instead
useResetExtendedSelectionΒΆ
-
fos.
useResetExtendedSelection
()ΒΆ -
fos.
resetExtendedSelection
()ΒΆ - Arguments
args ([ ]) β
- Return type
void
-
Returns a function that executes an atomic transaction for updating Recoil state.
useSearchSchemaFieldsΒΆ
-
fos.
useSearchSchemaFields
(mergedSchema)ΒΆ - Arguments
mergedSchema (Any) β
- Return type
Object
useSelectSampleΒΆ
-
fos.
useSelectSample
()ΒΆ -
fos.
selectSample
()ΒΆ - Arguments
args ([ sampleId ]) β
- Return type
Promise < void >
<
void
>
-
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useSessionΒΆ
-
fos.
useSession
(setter, ref)ΒΆ - Arguments
setter (Setter) β
ref (Session) β
- Return type
void
useSessionSetterΒΆ
useSetExpandedSampleΒΆ
useSetModalStateΒΆ
-
fos.
useSetModalState
()ΒΆ
Initializer that applys relevant grid settings to the modal, e.g. sidebar checkboxes. If no navigation is provided, next/previous in the modal is disabled
fos.
setModalState
()ΒΆ
- Arguments
args ([ navigation ]) β
- Return type
Promise < void >
<
void
>
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useSetSelectedFieldsStageΒΆ
-
fos.
useSetSelectedFieldsStage
()ΒΆ - Return type
Object
Returns
a callback to set the selectedFields stage
useSetSelectedLabelsΒΆ
-
fos.
useSetSelectedLabels
()ΒΆ - Return type
SetterOrUpdater < >
<
Array< SelectedLabel >
>
useSetSessionColorSchemeΒΆ
-
fos.
useSetSessionColorScheme
()ΒΆ - Return type
SetterOrUpdater < ColorSchemeInput >
<
plugins.fiftyone.state.ColorSchemeInput()
>
useSetSpacesΒΆ
-
fos.
useSetSpaces
()ΒΆ - Return type
SetterOrUpdater < SpaceNodeJSON >
<
plugins.fiftyone.state.SpaceNodeJSON()
>
useSimilarityTypeΒΆ
-
fos.
useSimilarityType
(props)ΒΆ - Arguments
props (SimilarityTypeProp) β
- Return type
Object
useToClipsΒΆ
-
fos.
useToClips
()ΒΆ -
fos.
toClips
()ΒΆ - Arguments
args ([ field ]) β
- Return type
Promise < void >
<
void
>
-
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useToEvaluationPatchesΒΆ
-
fos.
useToEvaluationPatches
()ΒΆ -
fos.
toEvaluationPatches
()ΒΆ - Arguments
args ([ evaluation ]) β
- Return type
Promise < void >
<
void
>
-
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useToPatchesΒΆ
-
fos.
useToPatches
()ΒΆ -
fos.
toPatches
()ΒΆ - Arguments
args ([ field ]) β
- Return type
Promise < void >
<
void
>
-
Returns a function that will run the callback that was passed when calling this hook. Useful for accessing Recoil state in response to events.
useUnboundStateΒΆ
-
fos.
useUnboundState
(value)ΒΆ - Arguments
value (State) β
- Return type
plugins.fiftyone.state.State()
The hook can be used to get the latest value of the state without re-rendering the component.
useUpdateSamplesΒΆ
FunctionsΒΆ
activeFieldΒΆ
-
fos.
activeField
(params)ΒΆ - Arguments
params (Object) β
params.modal (boolean) β Whether the field is in a modal or not
params.path (string) β The path of the field
- Return type
RecoilState < boolean >
<
boolean
>
Get or set the active state of a field.
activeFieldsΒΆ
-
fos.
activeFields
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
- Return type
RecoilState < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
activeLabelFieldsΒΆ
-
fos.
activeLabelFields
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.space (SPACE) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
activeLabelPathsΒΆ
-
fos.
activeLabelPaths
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.space (SPACE) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
activeLabelsΒΆ
-
fos.
activeLabels
(param)ΒΆ - Arguments
param (Object) β
param.expanded (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< LabelData >
>
Returns a function which returns a memoized atom for each unique parameter value.
aggregationΒΆ
-
fos.
aggregation
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.lightning (boolean) β
param.mixed (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , , , , , >
>
Returns a function which returns a memoized atom for each unique parameter value.
aggregationQueryΒΆ
-
fos.
aggregationQuery
(parameter)ΒΆ - Arguments
parameter (Object) β
parameter.customView (any) β
parameter.extended (boolean) β
parameter.lightning (boolean) β
parameter.mixed (boolean) β
parameter.modal (boolean) β
parameter.paths (Array< string >) β
parameter.root (boolean) β
- Return type
RecoilState < >
<
Array< Aggregation >
>
GraphQL Selector Family for Aggregations.
aggregationsΒΆ
-
fos.
aggregations
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.lightning (boolean) β
param.mixed (boolean) β
param.modal (boolean) β
param.paths (Array< string >) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< Aggregation >
>
Returns a function which returns a memoized atom for each unique parameter value.
appConfigOptionΒΆ
-
fos.
appConfigOption
(param)ΒΆ - Arguments
param (Object) β
param.key (string) β
param.modal (boolean) β
- Return type
RecoilState < any >
<
any
>
Returns a function which returns a memoized atom for each unique parameter value.
boolExcludeAtomΒΆ
-
fos.
boolExcludeAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
boolIsMatchingAtomΒΆ
-
fos.
boolIsMatchingAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
booleanΒΆ
-
fos.
boolean
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
( value : boolean )
>
Returns a function which returns a memoized atom for each unique parameter value.
booleanCountResultsΒΆ
-
fos.
booleanCountResults
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Object
>
Returns a function which returns a memoized atom for each unique parameter value.
booleanResultsΒΆ
-
fos.
booleanResults
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Object
>
Returns a function which returns a memoized atom for each unique parameter value.
booleanSelectedValuesAtomΒΆ
-
fos.
booleanSelectedValuesAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
boundedCountΒΆ
-
fos.
boundedCount
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
boundsΒΆ
-
fos.
bounds
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
[ number , number ]
>
Returns a function which returns a memoized atom for each unique parameter value.
boundsAtomΒΆ
-
fos.
boundsAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < Range >
<
plugins.fiftyone.state.Range()
>
Returns a function which returns a memoized atom for each unique parameter value.
buildSchemaΒΆ
-
fos.
buildSchema
(sampleFields, frameFields)ΒΆ - Arguments
sampleFields (Array< StrictField >) β
frameFields (Array< StrictField >) β
- Return type
plugins.fiftyone.state.Schema()
collapseFieldsΒΆ
-
fos.
collapseFields
(paths)ΒΆ - Arguments
paths (any) β
- Return type
Array<
plugins.fiftyone.state.StrictField()
>
configuredSidebarModeDefaultΒΆ
-
fos.
configuredSidebarModeDefault
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , , , >
>
Returns a function which returns a memoized atom for each unique parameter value.
convertTargetsΒΆ
-
fos.
convertTargets
(targets)ΒΆ - Arguments
targets (Array< Object >) β
- Return type
Any
countΒΆ
-
fos.
count
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.lightning (boolean) β
param.modal (boolean) β
param.path (string) β
param.value (string) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
countValuesΒΆ
-
fos.
countValues
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , >
>
Returns a function which returns a memoized atom for each unique parameter value.
countsΒΆ
-
fos.
counts
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Any
>
Returns a function which returns a memoized atom for each unique parameter value.
cropToContentΒΆ
-
fos.
cropToContent
(param)ΒΆ - Arguments
param (boolean) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
cumulativeCountsΒΆ
-
fos.
cumulativeCounts
(param)ΒΆ - Arguments
param (Object) β
param.embeddedDocType (Union< string , >) β
param.extended (boolean) β
param.ftype (Union< string , >) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Any
>
Returns a function which returns a memoized atom for each unique parameter value.
cumulativeValuesΒΆ
-
fos.
cumulativeValues
(param)ΒΆ - Arguments
param (Object) β
param.embeddedDocType (Union< string , >) β
param.extended (boolean) β
param.ftype (Union< string , >) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
currentSliceΒΆ
-
fos.
currentSlice
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
currentSlicesΒΆ
-
fos.
currentSlices
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
dbPathΒΆ
-
fos.
dbPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
distributionΒΆ
-
fos.
distribution
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , , , , >
>
Returns a function which returns a memoized atom for each unique parameter value.
dynamicGroupPageSelectorΒΆ
-
fos.
dynamicGroupPageSelector
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.value (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
( cursor : number , pageSize : number )
>
Returns a function which returns a memoized atom for each unique parameter value.
dynamicGroupViewQueryΒΆ
-
fos.
dynamicGroupViewQuery
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< Stage >
>
Returns a function which returns a memoized atom for each unique parameter value.
dynamicGroupsElementCountΒΆ
-
fos.
dynamicGroupsElementCount
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
dynamicGroupsViewModeΒΆ
-
fos.
dynamicGroupsViewMode
(param)ΒΆ - Arguments
param (boolean) β
- Return type
RecoilState < >
<
Union< , , >
>
Returns a function which returns a memoized atom for each unique parameter value.
ensureColorSchemeΒΆ
-
fos.
ensureColorScheme
(colorScheme, appConfig)ΒΆ - Arguments
colorScheme (any) β
appConfig (Object) β
appConfig.colorBy (ColorBy) β
appConfig.colorPool (readonly) β
appConfig.colorscale (string) β
appConfig.multicolorKeypoints (boolean) β
appConfig.showSkeletons (boolean) β
- Return type
plugins.fiftyone.state.ColorSchemeInput()
excludedPathsStateΒΆ
-
fos.
excludedPathsState
(param)ΒΆ - Arguments
param (SerializableParam) β
- Return type
RecoilState < unknown >
<
unknown
>
Returns a function which returns a memoized atom for each unique parameter value.
expandPathΒΆ
-
fos.
expandPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
falseAtomΒΆ
-
fos.
falseAtom
(param)ΒΆ - Arguments
param (Object) β
param.isFiltering (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldΒΆ
-
fos.
field
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < Field >
<
plugins.fiftyone.state.Field()
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldHasVisibilitySettingΒΆ
-
fos.
fieldHasVisibilitySetting
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldIsFilteredΒΆ
-
fos.
fieldIsFiltered
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldPathsΒΆ
-
fos.
fieldPaths
(param)ΒΆ - Arguments
param (Object) β
param.embeddedDocType (Union< string , >) β
param.ftype (Union< string , >) β
param.path (string) β
param.space (SPACE) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldSchemaΒΆ
-
fos.
fieldSchema
(param)ΒΆ - Arguments
param (Object) β
param.space (SPACE) β
- Return type
readonly
readonly RecoilValueReadOnly < Schema >
<
plugins.fiftyone.state.Schema()
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldTypeΒΆ
-
fos.
fieldType
(param)ΒΆ - Arguments
param (Object) β
param.path (string) β
param.useListSubfield (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldsΒΆ
-
fos.
fields
(param)ΒΆ - Arguments
param (Object) β
param.embeddedDocType (Union< string , >) β
param.ftype (Union< string , >) β
param.path (string) β
param.space (SPACE) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< Field >
>
Returns a function which returns a memoized atom for each unique parameter value.
fieldsMatcherΒΆ
-
fos.
fieldsMatcher
(fields, matcher, present, prefix)ΒΆ - Arguments
fields (Array< StrictField >) β
matcher (( field : StrictField )) β
present (Set < string >) β
prefix (string) β
- Return type
Array<
string
>
filterΒΆ
-
fos.
filter
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < Filter >
<
plugins.fiftyone.state.Filter()
>
Returns a function which returns a memoized atom for each unique parameter value.
filterFieldsΒΆ
-
fos.
filterFields
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
filterPathsΒΆ
-
fos.
filterPaths
(paths, schema)ΒΆ - Arguments
paths (Array< string >) β
schema (Schema) β
- Return type
Array<
string
>
gatheredPathsΒΆ
-
fos.
gatheredPaths
(param)ΒΆ - Arguments
param (Object) β
param.embeddedDocType (Union< string , >) β
param.ftype (Union< string , >) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< any >
>
Returns a function which returns a memoized atom for each unique parameter value.
generateBooleanSelectorFamilyΒΆ
-
fos.
generateBooleanSelectorFamily
(key)ΒΆ - Arguments
key () β
Returns a function which returns a memoized atom for each unique parameter value.
generateSelectorFamilyΒΆ
-
fos.
generateSelectorFamily
(key)ΒΆ - Arguments
key () β
Returns a function which returns a memoized atom for each unique parameter value.
getBrowserStorageEffectForKeyΒΆ
-
fos.
getBrowserStorageEffectForKey
(key, props)ΒΆ - Arguments
key (string) β
props (Object) β
props.map (( value : unknown )) β
props.prependDatasetNameInKey (boolean) β
props.sessionStorage (boolean) β
props.useJsonSerialization (boolean) β
props.valueClass (Union< , , , >) β
- Return type
AtomEffect < T >
<
plugins.fiftyone.state.T()
>
getEmbeddedLabelFieldsΒΆ
-
fos.
getEmbeddedLabelFields
(fields, prefix)ΒΆ - Arguments
fields (Array< StrictField >) β
prefix (string) β
- Return type
Array<
string
>
getLabelFieldsΒΆ
-
fos.
getLabelFields
(fields, prefix)ΒΆ - Arguments
fields (Array< StrictField >) β
prefix (string) β
- Return type
Array<
string
>
getSampleΒΆ
-
fos.
getSample
(id)ΒΆ - Arguments
id (string) β
- Return type
plugins.fiftyone.state.ModalSample()
getStandardizedUrlsΒΆ
-
fos.
getStandardizedUrls
(urls)ΒΆ - Arguments
urls (Union< , , , , , >) β
- Return type
any
granularSidebarExpandedΒΆ
-
fos.
granularSidebarExpanded
(param)ΒΆ - Arguments
param (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
groupIsEmptyΒΆ
-
fos.
groupIsEmpty
(param)ΒΆ - Arguments
param (Object) β
param.group (string) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
groupLengthΒΆ
-
fos.
groupLength
(param)ΒΆ - Arguments
param (Object) β
param.group (string) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
groupSamplesΒΆ
-
fos.
groupSamples
(parameter)ΒΆ - Arguments
parameter (Object) β
parameter.count (number) β
parameter.paginationData (boolean) β
parameter.slices (Array< string >) β
- Return type
RecoilState < >
<
Array< ModalSample >
>
groupShownΒΆ
-
fos.
groupShown
(param)ΒΆ - Arguments
param (Object) β
param.group (string) β
param.loading (boolean) β
param.modal (boolean) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
groupStatisticsΒΆ
-
fos.
groupStatistics
(param)ΒΆ - Arguments
param (boolean) β
- Return type
RecoilState < >
<
Union< , >
>
Returns a function which returns a memoized atom for each unique parameter value.
hasFiltersΒΆ
-
fos.
hasFilters
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
hasVisibilityΒΆ
-
fos.
hasVisibility
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
histogramValuesΒΆ
-
fos.
histogramValues
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , , >
>
Returns a function which returns a memoized atom for each unique parameter value.
imaVidLookerStateΒΆ
-
fos.
imaVidLookerState
(param)ΒΆ - Arguments
param (string) β
- Return type
RecoilState < any >
<
any
>
Returns a function which returns a memoized atom for each unique parameter value.
imaVidStoreKeyΒΆ
-
fos.
imaVidStoreKey
(param)ΒΆ - Arguments
param (Object) β
param.groupByFieldValue (string) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
isDisabledCheckboxPathΒΆ
-
fos.
isDisabledCheckboxPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isDisabledFilterPathΒΆ
-
fos.
isDisabledFilterPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isDisabledFrameFilterPathΒΆ
-
fos.
isDisabledFrameFilterPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isFilterDefaultΒΆ
-
fos.
isFilterDefault
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isInListFieldΒΆ
-
fos.
isInListField
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isLabelPathΒΆ
-
fos.
isLabelPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isLightningPathΒΆ
-
fos.
isLightningPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isListFieldΒΆ
-
fos.
isListField
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isMatchingAtomΒΆ
-
fos.
isMatchingAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isNumericFieldΒΆ
-
fos.
isNumericField
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isObjectIdFieldΒΆ
-
fos.
isObjectIdField
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isOfDocumentFieldListΒΆ
-
fos.
isOfDocumentFieldList
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
isStringFieldΒΆ
-
fos.
isStringField
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
keypointFilterΒΆ
-
fos.
keypointFilter
(name, embeddedDocType, filter)ΒΆ - Arguments
name (string) β
embeddedDocType (string) β
filter () β
labelCountΒΆ
-
fos.
labelCount
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
labelFieldsΒΆ
-
fos.
labelFields
(param)ΒΆ - Arguments
param (Object) β
param.space (SPACE) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
labelPathΒΆ
-
fos.
labelPath
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
labelPathsΒΆ
-
fos.
labelPaths
(param)ΒΆ - Arguments
param (Object) β
param.expanded (boolean) β
param.space (SPACE) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
labelTagCountsΒΆ
-
fos.
labelTagCounts
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Any
>
Returns a function which returns a memoized atom for each unique parameter value.
lightningBooleanResultsΒΆ
-
fos.
lightningBooleanResults
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Object
>
Returns a function which returns a memoized atom for each unique parameter value.
lightningBoundsΒΆ
-
fos.
lightningBounds
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
[ number , number ]
>
Returns a function which returns a memoized atom for each unique parameter value.
lightningNonfinitesΒΆ
-
fos.
lightningNonfinites
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , >
>
Returns a function which returns a memoized atom for each unique parameter value.
lightningNumericResultsΒΆ
-
fos.
lightningNumericResults
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , >
>
Returns a function which returns a memoized atom for each unique parameter value.
lightningPathsΒΆ
-
fos.
lightningPaths
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < Set >
<
Set < string >
>
Returns a function which returns a memoized atom for each unique parameter value.
lightningQueryΒΆ
-
fos.
lightningQuery
(parameter)ΒΆ - Arguments
parameter (readonly) β
- Return type
readonly
readonly RecoilState < >
<
readonly
>
lightningStringResultsΒΆ
-
fos.
lightningStringResults
(param)ΒΆ - Arguments
param (Object) β
param.exclude (Array< string >) β
param.path (string) β
param.search (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
listBooleanΒΆ
-
fos.
listBoolean
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
( value : boolean )
>
Returns a function which returns a memoized atom for each unique parameter value.
listNumberΒΆ
-
fos.
listNumber
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
( value : number )
>
Returns a function which returns a memoized atom for each unique parameter value.
listStringΒΆ
-
fos.
listString
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
( value : string )
>
Returns a function which returns a memoized atom for each unique parameter value.
lookerOptionsΒΆ
-
fos.
lookerOptions
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.withFilter (boolean) β
- Return type
RecoilState < Partial >
<
Partial < Omit >
>
Returns a function which returns a memoized atom for each unique parameter value.
mapSampleResponseΒΆ
-
fos.
mapSampleResponse
(data)ΒΆ - Arguments
data (T) β
- Return type
plugins.fiftyone.state.T()
meetsTypeΒΆ
-
fos.
meetsType
(param)ΒΆ - Arguments
param (Object) β
param.acceptLists (boolean) β
param.embeddedDocType (Union< string , >) β
param.ftype (Union< string , >) β
param.path (string) β
param.under (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
modalAggregationPathsΒΆ
-
fos.
modalAggregationPaths
(param)ΒΆ - Arguments
param (Object) β
param.mixed (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
modalFilterFieldsΒΆ
-
fos.
modalFilterFields
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
noneAtomΒΆ
-
fos.
noneAtom
(param)ΒΆ - Arguments
param (Object) β
param.isFiltering (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
noneCountΒΆ
-
fos.
noneCount
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
nonfiniteAtomΒΆ
-
fos.
nonfiniteAtom
(param)ΒΆ - Arguments
param (Object) β
param.key (Union< , , , >) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
nonfiniteCountΒΆ
-
fos.
nonfiniteCount
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.key (Nonfinite) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
nonfiniteDataΒΆ
-
fos.
nonfiniteData
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , , , >
>
Returns a function which returns a memoized atom for each unique parameter value.
numGroupFieldsActiveΒΆ
-
fos.
numGroupFieldsActive
(param)ΒΆ - Arguments
param (Object) β
param.group (string) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
numGroupFieldsFilteredΒΆ
-
fos.
numGroupFieldsFiltered
(param)ΒΆ - Arguments
param (Object) β
param.group (string) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
numGroupFieldsVisibleΒΆ
-
fos.
numGroupFieldsVisible
(param)ΒΆ - Arguments
param (Object) β
param.group (string) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
numericΒΆ
-
fos.
numeric
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
( value : number )
>
Returns a function which returns a memoized atom for each unique parameter value.
numericExcludeAtomΒΆ
-
fos.
numericExcludeAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
numericIsMatchingAtomΒΆ
-
fos.
numericIsMatchingAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
parentFieldΒΆ
-
fos.
parentField
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < Field >
<
plugins.fiftyone.state.Field()
>
Returns a function which returns a memoized atom for each unique parameter value.
pathColorΒΆ
-
fos.
pathColor
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
pathFilterΒΆ
-
fos.
pathFilter
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < PathFilterSelector >
<
plugins.fiftyone.state.PathFilterSelector()
>
Returns a function which returns a memoized atom for each unique parameter value.
pathIndexΒΆ
-
fos.
pathIndex
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
pathIsLockedΒΆ
-
fos.
pathIsLocked
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
pathIsShownΒΆ
-
fos.
pathIsShown
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
persistSidebarGroupsΒΆ
-
fos.
persistSidebarGroups
(variables)ΒΆ - Arguments
variables (setSidebarGroupsMutation$variables) β
- Return type
void
primitivesMatcherΒΆ
-
fos.
primitivesMatcher
(field)ΒΆ - Arguments
field (StrictField) β
- Return type
boolean
pullSidebarValueΒΆ
-
fos.
pullSidebarValue
(inputField, keys, input, isList)ΒΆ - Arguments
inputField (Pick < Field , >) β
keys (Array< string >) β
input (object) β
isList (boolean) β
- Return type
object
rangeAtomΒΆ
-
fos.
rangeAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
param.withBounds (boolean) β
- Return type
RecoilState < Range >
<
plugins.fiftyone.state.Range()
>
Returns a function which returns a memoized atom for each unique parameter value.
readableTagsΒΆ
-
fos.
readableTags
(param)ΒΆ - Arguments
param (Object) β
param.group (Union< , >) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
resolveGroupsΒΆ
-
fos.
resolveGroups
(sampleFields, frameFields, currentGroups, configGroups)ΒΆ - Arguments
sampleFields (Array< StrictField >) β
frameFields (Array< StrictField >) β
currentGroups (Array< SidebarGroup >) β
configGroups (Array< SidebarGroup >) β
- Return type
Array<
plugins.fiftyone.state.SidebarGroup()
>
resolvedSidebarModeΒΆ
-
fos.
resolvedSidebarMode
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Union< , >
>
Returns a function which returns a memoized atom for each unique parameter value.
sampleTagCountsΒΆ
-
fos.
sampleTagCounts
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Any
>
Returns a function which returns a memoized atom for each unique parameter value.
schemaReduceΒΆ
-
fos.
schemaReduce
(schema, field)ΒΆ - Arguments
schema (Schema) β
field (StrictField) β
- Return type
plugins.fiftyone.state.Schema()
selectedMediaFieldΒΆ
-
fos.
selectedMediaField
(param)ΒΆ - Arguments
param (boolean) β
- Return type
RecoilState < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
selectedMediaFieldAtomFamilyΒΆ
-
fos.
selectedMediaFieldAtomFamily
(params)ΒΆ - Arguments
params (boolean) β
- Return type
RecoilState < string >
<
string
>
selectedPatchIdsΒΆ
-
fos.
selectedPatchIds
(param)ΒΆ - Arguments
param (SerializableParam) β
- Return type
readonly
readonly RecoilValueReadOnly < Set >
<
Set < string >
>
Returns a function which returns a memoized atom for each unique parameter value.
sessionAtomΒΆ
setCurrentEnvironmentΒΆ
-
fos.
setCurrentEnvironment
(environment)ΒΆ - Arguments
environment (default) β
- Return type
void
shouldRenderImaVidLookerΒΆ
-
fos.
shouldRenderImaVidLooker
(param)ΒΆ - Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarEntriesΒΆ
- Arguments
param (Object) β
param.filtered (boolean) β
param.loading (boolean) β
param.modal (boolean) β
- Return type
RecoilState < >
<
Array< SidebarEntry >
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarExpandedΒΆ
- Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarExpandedStoreΒΆ
- Arguments
param (boolean) β
- Return type
RecoilState < >
<
Any
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarGroupΒΆ
- Arguments
param (Object) β
param.filtered (boolean) β
param.group (string) β
param.loading (boolean) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarGroupMappingΒΆ
- Arguments
param (Object) β
param.filtered (boolean) β
param.loading (boolean) β
param.modal (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Any
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarGroupNamesΒΆ
- Arguments
param (boolean) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarGroupsΒΆ
- Arguments
param (Object) β
param.filtered (boolean) β
param.loading (boolean) β
param.modal (boolean) β
param.persist (boolean) β
- Return type
RecoilState < >
<
Array< SidebarGroup >
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarGroupsDefinitionΒΆ
- Arguments
params (boolean) β
- Return type
RecoilState < >
<
Array< SidebarGroup >
>
sidebarModeΒΆ
- Arguments
param (boolean) β
- Return type
RecoilState < >
<
Union< , , >
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarVisibleΒΆ
- Arguments
param (boolean) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
sidebarWidthΒΆ
- Arguments
param (boolean) β
- Return type
RecoilState < number >
<
number
>
Returns a function which returns a memoized atom for each unique parameter value.
skeletonΒΆ
-
fos.
skeleton
(param)ΒΆ - Arguments
param (string) β
- Return type
readonly
readonly RecoilValueReadOnly < KeypointSkeleton >
<
plugins.fiftyone.state.KeypointSkeleton()
>
Returns a function which returns a memoized atom for each unique parameter value.
sortFilterResultsΒΆ
-
fos.
sortFilterResults
(param)ΒΆ - Arguments
param (boolean) β
- Return type
RecoilState < SortResults >
<
plugins.fiftyone.state.SortResults()
>
Returns a function which returns a memoized atom for each unique parameter value.
stringΒΆ
-
fos.
string
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
( value : string )
>
Returns a function which returns a memoized atom for each unique parameter value.
stringCountResultsΒΆ
-
fos.
stringCountResults
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Object
>
Returns a function which returns a memoized atom for each unique parameter value.
stringExcludeAtomΒΆ
-
fos.
stringExcludeAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
stringResultsΒΆ
-
fos.
stringResults
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Object
>
Returns a function which returns a memoized atom for each unique parameter value.
stringSelectedValuesAtomΒΆ
-
fos.
stringSelectedValuesAtom
(param)ΒΆ - Arguments
param (Object) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
taggingΒΆ
-
fos.
tagging
(param)ΒΆ - Arguments
param (Object) β
param.labels (boolean) β
param.modal (boolean) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
textFilterΒΆ
-
fos.
textFilter
(param)ΒΆ - Arguments
param (boolean) β
- Return type
RecoilState < string >
<
string
>
Returns a function which returns a memoized atom for each unique parameter value.
transformDatasetΒΆ
-
fos.
transformDataset
(dataset)ΒΆ - Arguments
dataset (any) β
- Return type
Readonly < Dataset >
<
plugins.fiftyone.state.Dataset()
>
trueAtomΒΆ
-
fos.
trueAtom
(param)ΒΆ - Arguments
param (Object) β
param.isFiltering (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
RecoilState < boolean >
<
boolean
>
Returns a function which returns a memoized atom for each unique parameter value.
unsupportedMatcherΒΆ
-
fos.
unsupportedMatcher
(field)ΒΆ - Arguments
field (StrictField) β
- Return type
boolean
validateGroupNameΒΆ
-
fos.
validateGroupName
(current, name)ΒΆ - Arguments
current (Array< string >) β
name (string) β
- Return type
boolean
valuesΒΆ
-
fos.
values
(param)ΒΆ - Arguments
param (Object) β
param.extended (boolean) β
param.modal (boolean) β
param.path (string) β
- Return type
readonly
readonly RecoilValueReadOnly < >
<
Array< string >
>
Returns a function which returns a memoized atom for each unique parameter value.
viewsAreEqualΒΆ
-
fos.
viewsAreEqual
(viewOne, viewTwo)ΒΆ - Arguments
viewOne (any) β
viewTwo (any) β
- Return type
boolean
TypesΒΆ
SPACEΒΆ
Name |
Value |
---|---|
FRAME |
|
SAMPLE |
AnnotationRunΒΆ
-
class
fos.
AnnotationRun
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
config |
|
|
key |
|
|
timestamp |
|
|
version |
|
|
viewStages |
|
BrainRunΒΆ
-
class
fos.
BrainRun
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
config |
|
|
key |
|
|
timestamp |
|
|
version |
|
|
viewStages |
|
ConfigΒΆ
-
class
fos.
Config
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
colorPool |
|
|
colorscale |
|
|
customizedColors |
|
|
gridZoom |
|
|
loopVideos |
|
|
mediaFallback |
|
|
mediaFields |
|
|
notebookHeight |
|
|
plugins |
|
|
showConfidence |
|
|
showIndex |
|
|
showLabel |
|
|
showTooltip |
|
|
sidebarMode |
|
|
theme |
|
|
timezone |
|
|
useFrameNumber |
|
DatasetΒΆ
-
class
fos.
Dataset
()ΒΆ
The dataset object returned by the API.
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
appConfig |
|
|
brainMethods |
|
|
createdAt |
|
|
datasetId |
|
|
defaultMaskTargets |
|
|
defaultSkeleton |
|
|
evaluations |
|
|
groupField |
|
|
groupMediaTypes |
|
|
groupSlice |
|
|
id |
|
|
info |
|
|
lastLoadedAt |
|
|
maskTargets |
|
|
mediaType |
|
|
name |
|
|
parentMediaType |
|
|
skeletons |
|
|
version |
|
DatasetAppConfigΒΆ
-
class
fos.
DatasetAppConfig
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
gridMediaField |
|
|
mediaFields |
|
|
modalMediaField |
|
|
plugins |
|
|
sidebarMode |
|
DescriptionΒΆ
-
class
fos.
Description
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
dataset |
|
|
fieldVisibilityStage |
|
|
savedViewSlug |
|
|
savedViews |
|
|
selected |
|
|
selectedLabels |
|
|
spaces |
|
|
view |
|
|
viewCls |
|
|
viewName |
|
DynamicGroupParametersΒΆ
-
class
fos.
DynamicGroupParameters
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
groupBy |
|
|
orderBy |
|
EvaluationRunΒΆ
-
class
fos.
EvaluationRun
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
config |
|
|
key |
|
|
timestamp |
|
|
version |
|
|
viewStages |
|
FieldVisibilityStageΒΆ
-
class
fos.
FieldVisibilityStage
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
cls |
|
|
kwargs |
|
KeypointSkeletonΒΆ
-
class
fos.
KeypointSkeleton
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
edges |
|
|
labels |
|
RunΒΆ
-
class
fos.
Run
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
config |
|
|
key |
|
|
timestamp |
|
|
version |
|
|
viewStages |
|
SavedViewΒΆ
-
class
fos.
SavedView
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
color |
|
|
createdAt |
|
|
datasetId |
|
|
description |
|
|
id |
|
|
lastLoadedAt |
|
|
lastModifiedAt |
|
|
name |
|
|
slug |
|
|
viewStages |
|
SelectedLabelΒΆ
-
class
fos.
SelectedLabel
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
field |
|
|
frameNumber |
|
|
labelId |
|
|
sampleId |
|
SelectedLabelDataΒΆ
-
class
fos.
SelectedLabelData
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
field |
|
|
frameNumber |
|
|
sampleId |
|
SidebarGroupΒΆ
-
class
fos.
SidebarGroup
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
expanded |
|
|
name |
|
|
paths |
|
SortBySimilarityParametersΒΆ
-
class
fos.
SortBySimilarityParameters
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
brainKey |
|
|
distField |
|
|
k |
|
|
query |
|
|
queryIds |
|
|
reverse |
|
StrictKeypointSkeletonΒΆ
-
class
fos.
StrictKeypointSkeleton
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
edges |
|
|
labels |
|
|
name |
|
MediaTypeΒΆ
Union of 'image'()
, 'group'()
, 'point_cloud'()
, 'three_d'()
, 'video'()
-
class
fos.
PluginConfig
()ΒΆ
PluginConfigΒΆ
An object containing the configuration for plugins. Each key is the name of a plugin, and the value is the configuration for that plugin.
FIFTYONE_GRID_SPACES_IDΒΆ
Name |
Type |
Description |
---|---|---|
|
FIFTYONE_MODAL_SPACES_IDΒΆ
Name |
Type |
Description |
---|---|---|
|
BooleanFilterΒΆ
-
class
fos.
BooleanFilter
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
exclude |
|
|
false |
|
|
isMatching |
|
|
none |
|
|
true |
|
EmptyEntryΒΆ
-
class
fos.
EmptyEntry
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
group |
|
|
kind |
|
|
shown |
|
GroupEntryΒΆ
-
class
fos.
GroupEntry
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
kind |
|
|
name |
|
InputEntryΒΆ
-
class
fos.
InputEntry
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
kind |
|
|
type |
|
LookerStoreΒΆ
-
class
fos.
LookerStore
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
indices |
|
|
lookers |
|
|
reset |
|
|
samples |
|
NumericFilterΒΆ
-
class
fos.
NumericFilter
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
exclude |
|
|
inf |
|
|
isMatching |
|
|
nan |
|
|
ninf |
|
|
none |
|
|
range |
|
PathEntryΒΆ
-
class
fos.
PathEntry
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
kind |
|
|
path |
|
|
shown |
|
SessionΒΆ
-
class
fos.
Session
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
canCreateNewField |
|
|
canEditCustomColors |
|
|
canEditSavedViews |
|
|
canEditWorkspaces |
|
|
canModifySidebarGroup |
|
|
canTagSamplesOrLabels |
|
|
colorScheme |
|
|
fieldVisibilityStage |
|
|
filters |
|
|
modalFilters |
|
|
modalSelector |
|
|
readOnly |
|
|
selectedLabels |
|
|
selectedSamples |
|
|
sessionGroupSlice |
|
|
sessionSpaces |
|
SortResultsΒΆ
-
class
fos.
SortResults
()ΒΆ
PropertiesΒΆ
Name |
Type |
Description |
---|---|---|
asc |
|
|
count |
|
AggregationResponseFromΒΆ
A generic type that extracts the response type from a GraphQL query.
-
class
fos.
DatasetViewOption
()ΒΆ
MethodΒΆ
Name |
Type |
Description |
---|---|---|
Method.key |
|
|
Method.maxK |
|
|
Method.supportsLeastSimilarity |
|
|
Method.supportsPrompts |
|
ModalSampleDataΒΆ
Name |
Type |
Description |
---|---|---|
ModalSampleData |
|
-
class
fos.
ModalSelector
()ΒΆ
ModalSelectorΒΆ
Name |
Type |
Description |
---|---|---|
ModalSelector.groupId |
|
|
ModalSelector.hasNext |
|
|
ModalSelector.hasPrevious |
|
|
ModalSelector.id |
|
-
class
fos.
Optional
()ΒΆ
OptionalΒΆ
Optional From T make a set of properties by key K become optional
-
class
fos.
PathFilterSelector
()ΒΆ
RangeΒΆ
Name |
Type |
Description |
---|---|---|
Range |
|
-
class
fos.
ResponseFrom
()ΒΆ
SampleΒΆ
Name |
Type |
Description |
---|---|---|
Sample |
|
-
class
fos.
SidebarEntry
()ΒΆ
SidebarEntryΒΆ
Union of EmptyEntry()
, GroupEntry()
, PathEntry()
, InputEntry()
-
class
fos.
SliceName
()ΒΆ
VariablesΒΆ
BeforeScreenshotContextΒΆ
Name |
Type |
Description |
---|---|---|
Context < Set > |
|
DEFAULT_ALPHAΒΆ
Name |
Type |
Description |
---|---|---|
|
DEFAULT_SELECTEDΒΆ
Name |
Type |
Description |
---|---|---|
DatasetViewOption |
|
GRID_SPACES_DEFAULTΒΆ
Name |
Type |
Description |
---|---|---|
active_child |
|
|
children |
|
|
component_id |
|
|
id |
|
GROUP_BY_VIEW_STAGEΒΆ
Name |
Type |
Description |
---|---|---|
|
LIMIT_VIEW_STAGEΒΆ
Name |
Type |
Description |
---|---|---|
|
MATCH_LABEL_TAGSΒΆ
Name |
Type |
Description |
---|---|---|
embeddedDocType |
|
|
ftype |
|
|
path |
|
MATCH_VIEW_STAGEΒΆ
Name |
Type |
Description |
---|---|---|
|
RESERVED_GROUPSΒΆ
Name |
Type |
Description |
---|---|---|
Set < string > |
|
RelayEnvironmentKeyΒΆ
Name |
Type |
Description |
---|---|---|
EnvironmentKey |
|
SESSION_DEFAULTΒΆ
Name |
Type |
Description |
---|---|---|
Session |
|
SKIP_VIEW_STAGEΒΆ
Name |
Type |
Description |
---|---|---|
|
SORT_VIEW_STAGEΒΆ
Name |
Type |
Description |
---|---|---|
|
TAB_OPTIONSΒΆ
TAB_OPTIONS_MAPΒΆ
Name |
Type |
Description |
---|---|---|
FILTER_RULE |
|
|
SELECTION |
|
TAKE_VIEW_STAGEΒΆ
Name |
Type |
Description |
---|---|---|
|
appConfigDefaultΒΆ
Name |
Type |
Description |
---|---|---|
|
datasetQueryContextΒΆ
Name |
Type |
Description |
---|---|---|
Context < savedViewsFragment$key > |
|
modalNavigationΒΆ
Name |
Type |
Description |
---|---|---|
get |
|
|
set |
|
replaceΒΆ
screenshotCallbacksΒΆ
Name |
Type |
Description |
---|---|---|
Set < > |
|
storesΒΆ
Name |
Type |
Description |
---|---|---|
Set < > |
|