Search
Item.priority Property
See Also
 






Gets or sets the priority of the Item.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

get priority() {}

 Property Value

Number. A number that specifies the priority.

 Remarks

Item-s with higher priority are rendered with preference over items with lower priority.

 See Also