@multiversx/sdk-core - v14.0.1
Preparing search index...
FieldDefinition
Class FieldDefinition
Index
Constructors
constructor
Properties
description
name
type
Methods
fromJSON
Constructors
constructor
new
FieldDefinition
(
name
:
string
,
description
:
string
,
type
:
Type
,
)
:
FieldDefinition
Parameters
name
:
string
description
:
string
type
:
Type
Returns
FieldDefinition
Properties
Readonly
description
description
:
string
Readonly
name
name
:
string
Readonly
type
type
:
Type
Methods
Static
fromJSON
fromJSON
(
json
:
{
description
:
string
;
name
:
string
;
type
:
string
}
,
)
:
FieldDefinition
Parameters
json
:
{
description
:
string
;
name
:
string
;
type
:
string
}
Returns
FieldDefinition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
name
type
Methods
fromJSON
@multiversx/sdk-core - v14.0.1
Loading...