|
%check-required-props() Function |
|
|
%check-required-props() is used to specify the properties for an element that may not be left blank. Syntax: %check-required-props(property-names)
property-names A string expression that keeps the names of the properties (separated with commas) that must be assigned value.
Example: %check-required-props('proclist,sourcePanels,targetPanelIds') |