Docs (4.0.0)
class UIFormContext method

get

Returns the value of the form field with the specified name.

get<K extends keyof TData>(name: K): TData[K] | undefined

Related