Options
All
  • Public
  • Public/Protected
  • All
Menu

Content Model of IMG (Readonly)

Hierarchy

Index

Properties

Optional Readonly alt

alt: string

Alt text of image

Optional Readonly code

Code info

Readonly dataset

dataset: Readonly<Record<string, string>>

dataset of this element

Optional Readonly dummy1

dummy1: readonly never[]

The mutable marker to mark an object as mutable. When assign readonly object to a mutable type, compile will fail to build due to this member does not exist from source type. This is used for preventing assigning ReadonlyMark to ShallowMutableMark or MutableMark

Optional Readonly dummy2

dummy2: readonly never[]

The mutable marker to mark an object as mutable. When assign readonly object to a mutable type, compile will fail to build due to this member does not exist from source type.

Readonly format

format: Readonly<ContentModelImageFormat>

Format of this model

Optional Readonly isSelected

isSelected: boolean

Whether this model object is selected

Optional Readonly isSelectedAsImageSelection

isSelectedAsImageSelection: boolean

Whether this image is selected as image selection (show a border around the image)

Optional Readonly link

Hyperlink info

Readonly segmentType

segmentType: "Image"

Type of this segment

Readonly src

src: string

Image source of this IMG element

Optional Readonly title

title: string

Title text of image

Generated using TypeDoc