Class BlockEditorLabel
Configures settings related to the label popup in the SfBlockEditor.
Inheritance
BlockEditorLabel
Assembly: Syncfusion.Blazor.dll
Syntax
public class BlockEditorLabel : OwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
BlockEditorLabel()
Declaration
public BlockEditorLabel()
Properties
Items
Gets or sets the list of labels available for tagging content.
Declaration
[Parameter]
public List<LabelItemModel> Items { get; set; }
Property Value
TriggerChar
Gets or sets the character that triggers the label popup.
Declaration
[Parameter]
public char TriggerChar { get; set; }
Property Value
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements