Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "block/node/DecorationNode"

Index

Type aliases

AsteriskDecorationCharType

AsteriskDecorationCharType: "*-1" | "*-2" | "*-3" | "*-4" | "*-5" | "*-6" | "*-7" | "*-8" | "*-9" | "*-10"

DecorationCharType

DecorationCharType: "*" | "!" | """ | "#" | "%" | "&" | "'" | "(" | ")" | "+" | "," | "-" | "." | "/" | "{" | "|" | "}" | "<" | ">" | "_" | "~"

DecorationNodeType

DecorationNodeType: object

Type declaration

DecorationType

DecorationType: Exclude<DecorationCharType, "*"> | AsteriskDecorationCharType

Variables

Const decorationRegExp

decorationRegExp: RegExp = /^(.*?)\[([!"#%&'()*+,-./{|}<>_~]+) ((?:\[[^\]]+\]|[^\]])+)\](.*)$/

Functions

Const createDecorationNode

Generated using TypeDoc