DetailViewInstanceGroup
Properties
combinedError
The first active error across prop validation, model config, instance fetch, and form submission; null when none.
Type: Error
Source: client/lib/use/useDetailView.js:109
combinedErrored
True when combinedError is non-null.
Type: boolean
Source: client/lib/use/useDetailView.js:110
combinedFormProps
Merged FormModel props (model-config defaults overridden by explicit formProps).
Type: any
Source: client/lib/use/useDetailView.js:112
combinedWhileText
Human-readable description of the operation that produced combinedError; empty string when no error.
Type: string
Source: client/lib/use/useDetailView.js:111
computedWidgetProps
Merged widget props (explicit overrides + calculated object data).
Type: any
Source: client/lib/use/useDetailView.js:108
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/useDetailView.js:107
pageLoading
Combined loading state (model config + instance fetch).
Type: boolean
Source: client/lib/use/useDetailView.js:106
titleStr
Formatted page title derived from the view name and model verbose name.
Type: string
Source: client/lib/use/useDetailView.js:105
validAndActive
True when the component is mounted and all required props are set and model config has loaded.
Type: boolean
Source: client/lib/use/useDetailView.js:104
Source
client/lib/use/useDetailView.js:102