Enum BlockAction
Specifies the types of operations that can occur on blocks within the SfBlockEditor.
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum BlockAction
Remarks
Use these values to determine how to process a given BlockChange.
Fields
| Name | Description |
|---|---|
| Deletion | An existing block was removed. |
| Insertion | A new block was added. |
| Moved | A block changed position or parent. |
| Update | A block’s content or properties were modified. |