Search
Item.tag Property
See Also
 






Gets or sets custom data associated with the item.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

get tag() {}

 Property Value

An Object instance. Data could be of any type.

 Remarks

Use the property to keep any information that you find useful according to the logic of your application.

 See Also