Namespace featureSelectors
Functions
Const makeGetDenormalizedData
- makeGetDenormalizedData(__namedParameters: { entity: string; name: string }): OutputSelector<GenericState, any, (res1: FeatureSlices<FeatureSlice>, res2: string, res3: undefined | Result) => any>
-
Parameters
-
__namedParameters: { entity: string; name: string }
-
entity: string
-
name: string
Returns OutputSelector<GenericState, any, (res1: FeatureSlices<FeatureSlice>, res2: string, res3: undefined | Result) => any>
Const makeGetFeatureData
- makeGetFeatureData(__namedParameters: { name: string }): OutputSelector<GenericState, undefined | Result, (res: FeatureSlices<FeatureSlice>) => undefined | Result>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, undefined | Result, (res: FeatureSlices<FeatureSlice>) => undefined | Result>
Const makeGetFeatureStatus
- makeGetFeatureStatus(__namedParameters: { name: string }): OutputSelector<GenericState, ResourceStatus, (res: FeatureSlices<FeatureSlice>) => ResourceStatus>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, ResourceStatus, (res: FeatureSlices<FeatureSlice>) => ResourceStatus>
Const makeGetHasEntityCreatedError
- makeGetHasEntityCreatedError(__namedParameters: { name: string }): OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
Const makeGetHasEntityCreatedSuccess
- makeGetHasEntityCreatedSuccess(__namedParameters: { name: string }): OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
Const makeGetHasFeatureFetchedError
- makeGetHasFeatureFetchedError(__namedParameters: { name: string }): OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
Const makeGetHasFeatureFetchedSuccess
- makeGetHasFeatureFetchedSuccess(__namedParameters: { name: string }): OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
Const makeGetIsEntityCreating
- makeGetIsEntityCreating(__namedParameters: { name: string }): OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
Const makeGetIsFeatureFetching
- makeGetIsFeatureFetching(__namedParameters: { name: string }): OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, boolean, (res: ResourceStatus) => boolean>
Const makeGetMetaData
- makeGetMetaData(__namedParameters: { name: string }): OutputSelector<GenericState, any, (res: FeatureSlices<FeatureSlice>) => any>
-
Parameters
-
__namedParameters: { name: string }
Returns OutputSelector<GenericState, any, (res: FeatureSlices<FeatureSlice>) => any>