Union representing property keys of the controlled properties.
The target object type. Must have all keys in Properties.
OptionaldefaultAn object containing the default control flags for each controlled property. This object will be rendered as the [controlProp] property of the proxy object.
OptionaldefaultThe 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.