Options
All
  • Public
  • Public/Protected
  • All
Menu

Represent link info of Content Model (Readonly). ContentModelLink is not a standalone model type, instead it need to be put inside a ContentModelSegment since link is also a kind of segment, with some extra information

Hierarchy

Index

Properties

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<ContentModelHyperLinkFormat>

Format of this model

Generated using TypeDoc