Search
BaseForm.id Property
See Also
 






Gets a value indicating the id of the form.

Namespace: MindFusion.Scheduling
File: BaseForm.js

 Syntax

JavaScript  Copy Code

get id() {}
set id(value) {}

 Property Value

A String that represents the id.

 Remarks

For the default forms possible return values are NewForm, EditForm, RecurrenceForm or ItemsCueForm.

 See Also