HtmlForgeX

API Reference

Class

QuillModules

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents configuration for Quill modules.

Inheritance

  • Object
  • QuillModules

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public QuillModules() #

Properties

public Object Clipboard { get; set; } #
JsonPropertyName("clipboard") JsonIgnore(Condition = 3)

Gets or sets clipboard module configuration.

public Object Toolbar { get; set; } #
JsonPropertyName("toolbar") JsonIgnore(Condition = 3) JsonConverter(typeof(QuillToolbarConverter))

Gets or sets a toolbar configuration. Can be a simple array of formats, an array of arrays for grouped buttons, or custom toolbar configuration object.