golem-base-sdk
Preparing search index...
Annotation
Class Annotation<V>
Type representing an annotation with a key and a value, used for efficient lookups
Type Parameters
V
Index
Constructors
constructor
Properties
key
value
Constructors
constructor
new
Annotation
<
V
>
(
key
:
string
,
value
:
V
)
:
Annotation
<
V
>
Type Parameters
V
Parameters
key
:
string
value
:
V
Returns
Annotation
<
V
>
Properties
Readonly
key
key
:
string
Readonly
value
value
:
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
key
value
golem-base-sdk
Loading...
Type representing an annotation with a key and a value, used for efficient lookups