Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VertexSceneTreeTableCell

Hierarchy

  • VertexSceneTreeTableCell

Index

Properties

expandToggle?: boolean

Indicates whether to display a button for toggling the expanded state of the node associated with this cell.

expansionHandler?: SceneTreeOperationHandler

An optional handler that will override this cell's default expansion behavior. The registered handler will receive the pointerup event, the node data for the row this cell is associated with, and a reference to the parent <vertex-scene-tree> element for performing operations.

hoverController?: SceneTreeCellHoverController
hovered?: boolean
isScrolling?: boolean
node?: AsObject

The node data that is associated to the row that this cell belongs to. Contains information related to if the node is expanded, visible, etc.

placeholder?: string

The value to display in this cell if the value specified is undefined. Defaults to "--".

selectionHandler?: SceneTreeOperationHandler

An optional handler that will override this cell's default selection behavior. The registered handler will receive the pointerup event, the node data for the row this cell is associated with, and a reference to the parent <vertex-scene-tree> element for performing operations.

tree?: HTMLVertexSceneTreeElement

A reference to the scene tree to perform operations for interactions. Such as expansion, visibility and selection.

value?: string

The value to display in this cell.

visibilityHandler?: SceneTreeOperationHandler

An optional handler that will override this cell's default visibility behavior. The registered handler will receive the pointerup event, the node data for the row this cell is associated with, and a reference to the parent <vertex-scene-tree> element for performing operations.

visibilityToggle?: boolean

Indicates whether to display a button for toggling the visibility state of the node associated with this cell.

Methods