Interface IEditorCustomToolRendering
Base interface that describes a custom tool in the editor.
Namespace: Telerik.Blazor.Components.Editor
Assembly: Telerik.Blazor.dll
Syntax
public interface IEditorCustomToolRendering
Properties
ChildContent
Declaration
RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Name
Declaration
string Name { get; set; }
Property Value
System.String
|