Preparing search index...
The search index is not available
Community Solid Server - v7.1.3
Community Solid Server
OptionalKey
Type Alias OptionalKey<T>
Optional
Key
<
T
>
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
`
${
string
}
?
`
?
K
:
never
}
[
keyof
T
]
Used to filter on optional keys in a
IndexedStorage
definition.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Community Solid Server - v7.1.3
Loading...
Used to filter on optional keys in a IndexedStorage definition.