SheetListNode

class wvc.SheetListNode()

A node element representing a single sheet entry in the sheet list.

Examples

<hoops-sheet-list-node nodeId="42" nodeName="Sheet 1"></hoops-sheet-list-node>

Custom Element

hoops-sheet-list-node

Attributes

nodeId

The sheet node id in the model

nodeName

Display name of the sheet

Since

2026.3.0

Index

Constructors

Properties

Constructors

wvc.SheetListNode.constructor()
SheetListNode(): SheetListNode

Returns: SheetListNode

Properties

wvc.SheetListNode.nodeId
nodeId: number

The sheet node id.

wvc.SheetListNode.nodeName
nodeName: string

The display name of the sheet.

wvc.SheetListNode.selected
selected: boolean

Whether the node is visually selected.