Union representing property keys of the controlled properties.
The target object type. Must have all keys in Properties
.
Optional
defaultAn object containing the default control flags for each controlled property. This object will be rendered as the [controlProp]
property of the proxy object.
Optional
defaultThe default handler function for disabled controlled properties. Defaults to () => undefined
. See the DisabledMemberHandler
type for more information.
The target object to proxy.
Options for creating a controlled proxy object.
Remarks
Type parameters will be inferred from the option values. It should not be necessary to provide them explicitly.