API Docs for:
Show:

mixins.graph-selectable-graphic Class

Extends Ember.Mixin
Module: utils/nf/array-helpers

Adds functionality to a component to make it a selectable graphic within it's parent nf-graph.

Item Index

Properties

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

Defined in addon/mixins/graph-selectable-graphic.js:31

Deprecated: use `selected`

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