Library API
⬅ Back to Guides
Preparing search index...
common.index
Property
Type Alias Property<T>
Property
:
Record
<
PropertyKey
,
T
>
🔍 Expanded Type Evaluation (Compiler API)
type Property<T> = { [x: string]: T; [x: number]: T; [x: symbol]: T; }
Generic Record
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
⬅ Back to Guides
Library API
Loading...
Generic Record