QProperty Interface
Signature
export interface QProperty<TKey, TData>
Type Parameters
Parameter | Description |
---|---|
TKey | |
TData |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
data | optional |
TData | |
key | optional |
TKey |
Property Details
data
Signature
data?: TData;
Type: TData
key
Signature
key?: TKey;
Type: TKey