Skip to content

ViewUpdateContext

Properties

actions

Available action and transition lists.

Type: object

Source: client/lib/use/useViewUpdate.js:68

formContext

The form context; provide it under FormContextSymbol so child field components can inject it.

Type: FormContext

Source: client/lib/use/useViewUpdate.js:63

formInitialValue

Reactive object populated with the fetched instance data; passed as v-model to FormModel.

Type: any

Source: client/lib/use/useViewUpdate.js:62

instance

Computed display state.

Type: object

Source: client/lib/use/useViewUpdate.js:67

instanceObject

The fetch-side object instance (display/read).

Type: ObjectInstance

Source: client/lib/use/useViewUpdate.js:66

modelConfig

Model metadata and view config.

Type: object

Source: client/lib/use/useViewUpdate.js:65

objectForm

The submit-side form state and submit trigger.

Type: ObjectFormInstance

Source: client/lib/use/useViewUpdate.js:64

Source

client/lib/use/useViewUpdate.js:61

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2