Name | Description |
---|---|
BlockEditor | Represents the root class for the Block Editor component. The BlockEditor is a rich text editor that provides functionality for creating, editing, and managing blocks of content.Blocks can include text, images, videos, and other content types, organized hierarchically. |
Block | Defines the properties of block. |
BlockMetadata | Represents metadata associated with a block operation in the block editor component. |
BlockActionItem | Represents BlockActionItem in the block editor component. |
BlockActionMenuSettings | Represents BlockActionMenuSettings in the block editor component. |
CommandItem | Represents a command item model used in the command menu of the block editor component. Each command item defines an action that can be performed in the editor, such as inserting a block type. |
CommandMenuSettings | Represents the settings for the command menu in the block editor component |
Comment | Represents Comment in the block editor component. |
Content | Defines the properties of block. |
ContextMenuSettings | Represents ContextMenuSettings in the block editor component. |
History | Represents a history entry for a content block. This model tracks modifications made by users. |
InlineToolbarSettings | Inline toolbar settings that will be opened when selecting a range of texts. |
ItemSettings | Specifies settings for individual items in the editor commands. |
LinkSettings | Represents LinkSettings in the block editor component. |
PasteSettings | Configures settings related to pasting content in the editor. This property utilizes the PasteSettingsModel to specify various options and behaviors for paste operations. |
Style | Defines the style attributes applicable to a content block. This model specifies text formatting options such as bold, italic, underline, and colors. |
ToolbarItem | Represents a toolbar item model in the block editor component. |
User | Represents a user model for a block in the block editor component. |
BlockType | Enum representing the different block types available in the block editor component. Each block type corresponds to a specific content format that can be used to create structured documents. |
BuiltInToolbar | Enum representing the built in items for inline toolbar. |
ContentType | Defines the type of content a block can hold. This enum represents various content formats supported in the editor. |
TextAlignment | Enum representing the different text alignment options. |
AfterPasteEventArgs | Represents the event arguments for paste event. |
BeforePasteEventArgs | Represents the event arguments for paste event. |
BlockActionItemClickedEventArgs | Represents the event arguments for a block action item click event. |
BlockActionMenuCloseEventArgs | Represents the event arguments for closing the block action menu. |
BlockActionMenuOpenEventArgs | Represents the event arguments for opening the block action menu. |
BlockAddedEventArgs | This event is triggered when a new block is added to the editor. |
BlurEventArgs | This event is triggered when the block editor loses focus. |
CollaborationUpdateEventArgs | This event is triggered when there are changes in the collaborative editing session. |
CommandItemClickedEventArgs | This event is triggered when a command item is clicked in the command menu. |
CommandMenuCloseEventArgs | This event is triggered when the command menu is closed. |
CommandMenuOpenEventArgs | This event is triggered when the command menu is opened. |
CommandQueryFilteringEventArgs | This event is triggered when a query is typed in the command menu and filtering of commands occurs. |
ContentChangedEventArgs | Represents the event arguments for a block action content change event. |
FocusEventArgs | This event is triggered when a block or the block editor gains focus. |
KeyActionExecutedEventArgs | Represents the event arguments for a key action execution event. |
SelectionChangedEventArgs | Represents the event arguments for a selection change event. |
ToolbarCloseEventArgs | This event is triggered when the toolbar is closed. |
ToolbarItemClickedEventArgs | This event is triggered when a toolbar item is clicked. |
ToolbarOpenEventArgs | This event is triggered when the toolbar is opened. |
UndoRedoEventArgs | Represents the arguments for an undo/redo event. |
Static Functions | Root static functions of Blockeditor Component |