Properties

name

The name of the extension

name: string

props

The default properties available to this extension

props: Props & Partial<ValidatorExtensionOptions>

factory

The factory function that runs when the extension is created

factory: ValidatorFactory<Props>