Skip to content

Interface: RichTextImageContent

图片数据。

Properties

_inline

_inline: boolean

是否行内图片。

Defined in

src/rich-text.ts:15


_type

_type: "image"

Defined in

src/rich-text.ts:3


checkPath

Optional checkPath: unknown

Unused

Defined in

src/rich-text.ts:13


height

Optional height: number

图片高度。

Defined in

src/rich-text.ts:11


name

name: string

图片文件名。

Defined in

src/rich-text.ts:5


source

source: string

图片地址。

Defined in

src/rich-text.ts:7


width

Optional width: number

图片宽度。

Defined in

src/rich-text.ts:9

Released under the MIT License.