Movatterモバイル変換


[0]ホーム

URL:


  • Preparing search index...
  • The search index is not available
bbcode-ast

Interface ChildrenHolder

An interface for nodes that can hold children.

interfaceChildrenHolder{
    children:BaseNode[];
    addChild(child):void;
}

Implemented by

Properties

Methods

Properties

children

children:BaseNode[]

The children of the node. A node can have any number of children of all types.

Methods

addChild

  • addChild(child):void
  • Adds a child to the node. If the node is aTextNode, attempts to flatten the node with a previous TextNode.

    Parameters

    Returnsvoid

Settings

Member Visibility

Theme

On This Page

Generated usingTypeDoc


[8]ページ先頭

©2009-2025 Movatter.jp