Preparing search index...
The search index is not available
@infigo-official/types-for-megascript - v1.0.2
@infigo-official/types-for-megascript
Shared/Shared
KeyValue
Interface KeyValue<TKey, TValue>
Represents a key-value pair.
interface
KeyValue
<
TKey
,
TValue
>
{
Key
:
TKey
;
Value
:
TValue
;
}
Type Parameters
TKey
TValue
Index
Properties
Key
Value
Properties
Key
Key
:
TKey
The key of the pair.
Value
Value
:
TValue
The value associated with the key.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Key
Value
@infigo-official/types-for-megascript - v1.0.2
Loading...
Represents a key-value pair.