@minecraft/server
    Preparing search index...

    Interface RawTextBeta

    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[];
    }
    Index

    Properties

    Properties

    rawtext?: RawMessage[]

    A serialization of the current value of an associated sign.