Table of Contents

Interface IActionComponent

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a component to be loaded.

public interface IActionComponent
Extension Methods

Properties

ClientComponentName

Name of the front-end type implementing the action component.

string ClientComponentName { get; }

Property Value

string

Methods

GetClientProperties()

Returns action component client properties defined by a component implementation.

Task<IActionComponentClientProperties> GetClientProperties()

Returns

Task<IActionComponentClientProperties>

See Also

ActionComponent<TProperties, TClientProperties>