Vizel API / core/src / VizelImageUploadWithFileHandlerOptions
Interface: VizelImageUploadWithFileHandlerOptions
Defined in: packages/core/src/extensions/image.ts:175
Options for image upload with file handler
Extends
Properties
allowBase64?
ts
optional allowBase64?: boolean;Defined in: packages/core/src/extensions/image.ts:60
Allow base64 encoded images
Inherited from
HTMLAttributes?
ts
optional HTMLAttributes?: Record<string, unknown>;Defined in: packages/core/src/extensions/image.ts:62
HTML attributes for the image element
Inherited from
VizelImageOptions.HTMLAttributes
inline?
ts
optional inline?: boolean;Defined in: packages/core/src/extensions/image.ts:58
Allow inline images
Inherited from
resize?
ts
optional resize?: false | VizelImageResizeOptions;Defined in: packages/core/src/extensions/image.ts:179
Image resize options (set to false to disable)
upload
ts
upload: VizelImageUploadPluginOptions;Defined in: packages/core/src/extensions/image.ts:177
Image upload configuration
useFileHandler?
ts
optional useFileHandler?: boolean;Defined in: packages/core/src/extensions/image.ts:181
Use @tiptap/extension-file-handler for drop/paste handling (default: true)