Back to Trilium

Interface TextNode

docs/Script API/interfaces/Frontend_Script_API._internal_.TextNode.html

0.102.2979 B
Original Source

Interface TextNode

interface TextNode {
_attrs: { get(key: string): { length: number } };
data: string;
name: string;
previousSibling?: TextNode;
startOffset: number;
}

Index

Properties

_attrsdatanamepreviousSibling?startOffset

Properties

_attrs

_attrs: { get(key: string): { length: number } }

data

data: string

name

name: string

OptionalpreviousSibling

previousSibling?: TextNode

startOffset

startOffset: number

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties _attrsdatanamepreviousSiblingstartOffset