BaseNodeMixin

Base interface for all scene graph nodes.

BaseNodeMixin interface

Base interface for all scene graph nodes.

Signature:

interface BaseNodeMixin

Properties

Property

Modifiers

Type

Description

data

PluginData

Plugin data associated with this node

id

readonly

string

The unique identifier for this node

name

string

The display name of the node

Methods

Method

Description

clone()

Creates a duplicate of this node

remove()

Removes this node from its parent

Last updated: August 5, 2026 at 11:47 AMEdit this page