Class ContentWidgetConfig
Inheritance
ContentWidgetConfig
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class ContentWidgetConfig
Constructors
ContentWidgetConfig(Type, string, string, Type)
Declaration
public ContentWidgetConfig(Type type, string widgetName, string editorComponentName, Type parameterComponentType)
Parameters
Type |
Name |
Description |
Type |
type |
|
string |
widgetName |
|
string |
editorComponentName |
|
Type |
parameterComponentType |
|
Properties
EditorComponentName
Declaration
public string EditorComponentName { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
ParameterComponentType
Declaration
public Type ParameterComponentType { get; set; }
Property Value
Type
Declaration
public Type Type { get; set; }
Property Value
Extension Methods