Skip to content

UseModelChoicesRaw

Properties

choices

The choices for the model field.

Type: object

Source: client/lib/use/useModelChoices.js:22

clearError

Clear the error.

Type: () => void

Source: client/lib/use/useModelChoices.js:21

error

The error that occurred while loading the model choices.

Type: Error

Source: client/lib/use/useModelChoices.js:19

errored

True if an error occurred while loading the model choices.

Type: boolean

Source: client/lib/use/useModelChoices.js:20

es

The effect scope for the useModelChoices instance.

Type: EffectScope

Source: client/lib/use/useModelChoices.js:23

loading

True if the model choices are loading.

Type: boolean

Source: client/lib/use/useModelChoices.js:18

Source

client/lib/use/useModelChoices.js:17

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