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-nodeAttributes
nodeId
The sheet node id in the modelnodeName
Display name of the sheetSince
2026.3.0
Constructors
-
wvc.SheetListNode.constructor() - SheetListNode():
SheetListNodeReturns:
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.