For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/RawText.md.

Interface: RawText

chat

Beta

一个仅包含 rawtext 属性的 RawMessage。当序列化 RawMessage 时,内容会被放入 rawtext 属性中,因此在读取已保存的 RawMessage 时非常有用。请参阅 BlockSignComponent.setTextBlockSignComponent.getRawText 获取示例。

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.

Properties

rawtext?

optional rawtext?: RawMessage[]

Beta

Remarks

关联告示牌当前值的序列化内容。

A serialization of the current value of an associated sign.

同领域相关