Search
DiagramNode.effectiveEffects Property
See Also
 





Gets the effects applied to this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get effectiveEffects() {}

 Property Value

Array

An array of NodeEffect objects.

 Remarks

Returns the local effects array if it's not empty, or otherwise the effects defined in item's style or diagram's theme.

 See Also