Preparing search index...
The search index is not available
@salesforce/ts-types
@salesforce/ts-types
KeyOf
Type Alias KeyOf<T>
Key
Of
<
T
>
:
Extract
<
keyof
T
,
string
>
An alias for the commonly needed
Extract<keyof T, string>
.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@salesforce/ts-types
Loading...
An alias for the commonly needed
Extract<keyof T, string>
.