接口 RawText实验性

A RawMessage with only the rawtext property. When a RawMessage is serialized the contents are put into a rawtext property, so this is useful when reading saved RawMessages. See BlockSignComponent.setText and BlockSignComponent.getRawText for examples.

interface RawText {
    rawtext?: RawMessage[];
}

属性

属性

rawtext?: RawMessage[]

A serialization of the current value of an associated sign.