mixins.graph-selectable-graphic Class
Adds functionality to a component to make it a selectable graphic within it's parent nf-graph.
Methods
_updateGraphSelected
()
private
Makes calls to the parent nf-graph to update it's
selected property. Observes changes to selected and also
fires on didInsertElement.
Properties
isSelected
Unknown
deprecated
Alias of selected
selectable
Boolean
Gets or sets whether or not the graphic is "selectable". Meaning can be "selected" on the nf-graph via some action (usually click). The component will then show up in the nf-graph parent's selected property.
Default: false
selected
Boolean
Gets or sets whether or not the graphic is selected.
Default: false
