@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
6 lines (4 loc) • 334 B
text/typescript
/** Internal only symbol used by `Form` & `ObjectField` to mark an additional property element to be removed */
export const ADDITIONAL_PROPERTY_KEY_REMOVE = Symbol('remove-this-key');
/** Internal only symbol used by the `reset()` function to indicate that a reset operation is happening */
export const IS_RESET = Symbol('reset');