Interface TextElem

TEXT (此元素可使用字符串代替)

interface TextElem {
    text: string;
    type: "text";
}

Properties

Properties

text: string

文字内容

type