Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContentModelBlockBase<T, TFormat, TCacheElement>

Base type of a block

Type parameters

Hierarchy

Index

Properties

Readonly blockType

blockType: T

Type of this block

Optional cachedElement

cachedElement: TCacheElement

Cached element for reuse

Optional Readonly dummy1

dummy1: 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.

Optional Readonly dummy2

dummy2: 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.

format

format: TFormat

Format of this model

Generated using TypeDoc