Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrailingBlockPlugin

Hierarchy

Index

Properties

Optional allow

allow: string | string[]

List of types that are valid. If empty or undefined - allow all.

Optional exclude

exclude: string | string[]

List of types that are invalid.

Optional filter

filter: <N>(entry: TNodeEntry<N>) => boolean

Query the node entry.

Type declaration

Optional level

level: number

Level where the trailing node should be, the first level being 0.

Optional type

type: string

Type of the trailing block

Generated using TypeDoc