ViewCreateInstanceGroup
Properties
combinedError
The first active error across model config, instance, and form submission; null when none.
Type: Error
Source: client/lib/use/useViewCreate.js:98
combinedErrored
True when combinedError is non-null.
Type: boolean
Source: client/lib/use/useViewCreate.js:99
combinedFormProps
Merged FormModel props (model-config defaults overridden by explicit formProps).
Type: any
Source: client/lib/use/useViewCreate.js:101
combinedWhileText
Human-readable description of the operation that produced combinedError; empty string when no error.
Type: string
Source: client/lib/use/useViewCreate.js:100
formId
Stable HTML id for the <form> element; use as :id on the form and :form on submit buttons.
Type: string
Source: client/lib/use/useViewCreate.js:97
pageLoading
True while model configuration is loading.
Type: boolean
Source: client/lib/use/useViewCreate.js:96
titleStr
Page title derived from the model verbose name (e.g. "Create Widget").
Type: string
Source: client/lib/use/useViewCreate.js:95
Source
client/lib/use/useViewCreate.js:94