Class ContentWidgetConfig
Inheritance
ContentWidgetConfig
Assembly: Volo.CmsKit.Common.Web.dll
Syntax
public class ContentWidgetConfig
Constructors
ContentWidgetConfig(string, string)
Declaration
public ContentWidgetConfig(string widgetName, string editorComponentName)
Parameters
Type |
Name |
Description |
string |
widgetName |
|
string |
editorComponentName |
|
Properties
EditorComponentName
Declaration
public string EditorComponentName { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Extension Methods