documentationfor yFiles for HTML 3.0.0.3

FoldingLabelState

A data container representing the state of a label at a FolderNodeState or FoldingEdgeState.

Inheritance Hierarchy
FoldingLabelState

Remarks

When the properties of the state are changed, these changes are reflected immediately in the views.

This class cannot be instantiated

Examples

const state = manager.getFolderNodeState(masterNode)
const labelState = state.labels.get(0)
labelState.text = 'New Label Text'
const state = manager.getFolderNodeState(masterNode)
const style = new LabelStyle()
state.addLabel(
  'Folder Label',
  InteriorNodeLabelModel.TOP_RIGHT,
  style,
  new Size(20, 10),
)

Type Details

yFiles module
view

See Also

Properties

Methods