Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShallowMutableContentModelBlockGroupBase<T, TElement>

Base type of Content Model Block Group (Shallow mutable)

Type parameters

Hierarchy

Index

Properties

Readonly blockGroupType

blockGroupType: T

Type of this block group

blocks

Blocks under this group

Optional cachedElement

cachedElement: TElement

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: 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 ShallowMutableMark to MutableMark

Generated using TypeDoc