@sign-kit/core Types / FormBuilderProps
Interface: FormBuilderProps
Defined in: types.ts:171
Props accepted by the <FormBuilder> component.
Properties
dateLocale?
optionaldateLocale?:string|null
Defined in: types.ts:177
BCP-47 locale used when formatting date fields (e.g. 'en-US').
initialZoom?
optionalinitialZoom?:number
Defined in: types.ts:175
Initial zoom scale (default 1).
pdf?
optionalpdf?:string|File|ArrayBuffer|null
Defined in: types.ts:173
PDF source to render. Accepts a URL string, File, or ArrayBuffer.