Skip to content

MosaicProperty⚓︎

Constructors⚓︎

new MosaicProperty()⚓︎

new MosaicProperty(): MosaicProperty

Returns⚓︎

MosaicProperty

Properties⚓︎

Property Modifier Type
_name public Uint8Array<ArrayBuffer>
_value public Uint8Array<ArrayBuffer>
TYPE_HINTS static object
TYPE_HINTS.name public string
TYPE_HINTS.value public string

Accessors⚓︎

name⚓︎

Get Signature⚓︎

get name(): Uint8Array<ArrayBuffer>
Returns⚓︎

Uint8Array<ArrayBuffer>

Set Signature⚓︎

set name(value): void
Parameters⚓︎
Parameter Type
value Uint8Array<ArrayBuffer>
Returns⚓︎

void


size⚓︎

Get Signature⚓︎

get size(): number
Returns⚓︎

number


value⚓︎

Get Signature⚓︎

get value(): Uint8Array<ArrayBuffer>
Returns⚓︎

Uint8Array<ArrayBuffer>

Set Signature⚓︎

set value(value): void
Parameters⚓︎
Parameter Type
value Uint8Array<ArrayBuffer>
Returns⚓︎

void

Methods⚓︎

serialize()⚓︎

serialize(): Uint8Array<ArrayBufferLike>

Returns⚓︎

Uint8Array<ArrayBufferLike>


sort()⚓︎

sort(): void

Returns⚓︎

void


toJson()⚓︎

toJson(): object

Returns⚓︎

object

JSON-safe representation of this object.


toString()⚓︎

toString(): string

Returns⚓︎

string


deserialize()⚓︎

static deserialize(payload): MosaicProperty

Parameters⚓︎

Parameter Type
payload any

Returns⚓︎

MosaicProperty