Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
CompositeValue
Class CompositeValue
Hierarchy (
View Summary
)
TypedValue
CompositeValue
Index
Constructors
constructor
Properties
Class
Name
Methods
belongs
To
Typesystem
equals
get
Class
Hierarchy
get
Class
Name
get
Items
get
Type
has
Class
Or
Superclass
has
Exact
Class
value
Of
from
Items
Constructors
constructor
new
CompositeValue
(
type
:
CompositeType
,
items
:
TypedValue
[]
)
:
CompositeValue
Parameters
type
:
CompositeType
items
:
TypedValue
[]
Returns
CompositeValue
Properties
Static
Class
Name
ClassName
:
string
= "CompositeValue"
Methods
belongs
To
Typesystem
belongsToTypesystem
()
:
void
A special marker for values within the custom typesystem.
Returns
void
equals
equals
(
other
:
CompositeValue
)
:
boolean
Parameters
other
:
CompositeValue
Returns
boolean
get
Class
Hierarchy
getClassHierarchy
()
:
string
[]
Returns
string
[]
get
Class
Name
getClassName
()
:
string
Returns
string
get
Items
getItems
()
:
readonly
TypedValue
[]
Returns
readonly
TypedValue
[]
get
Type
getType
()
:
Type
Returns
Type
has
Class
Or
Superclass
hasClassOrSuperclass
(
className
:
string
)
:
boolean
Parameters
className
:
string
Returns
boolean
has
Exact
Class
hasExactClass
(
className
:
string
)
:
boolean
Parameters
className
:
string
Returns
boolean
value
Of
valueOf
()
:
any
[]
Returns
any
[]
Static
from
Items
fromItems
(
...
items
:
TypedValue
[]
)
:
CompositeValue
Parameters
...
items
:
TypedValue
[]
Returns
CompositeValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Class
Name
Methods
belongs
To
Typesystem
equals
get
Class
Hierarchy
get
Class
Name
get
Items
get
Type
has
Class
Or
Superclass
has
Exact
Class
value
Of
from
Items
@multiversx/sdk-core - v13.15.0
Loading...
A special marker for values within the custom typesystem.