@karmaniverous/entity-manager
Preparing search index...
index
PageKeyByIndex
Type Alias PageKeyByIndex<CC, ET, IT, CF>
PageKeyByIndex
:
Pick
<
EntityItem
<
CC
>
,
IndexComponentTokens
<
CC
,
CF
,
IT
>
>
Page key typed for a specific index token.
With CF (values-first config literal) present and carrying
indexes
, the shape narrows to exactly the component tokens of IT.
Without CF, falls back to the broad PageKey
shape.
Type Parameters
CC
extends
BaseConfigMap
ET
extends
EntityToken
<
CC
>
IT
extends
string
=
string
CF
=
unknown
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
@karmaniverous/entity-manager
Loading...
Page key typed for a specific index token.
indexes, the shape narrows to exactly the component tokens of IT.