Table of Contents

Interface IActionComponentClientProperties

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

Represents the system properties of an action component.

[PolymorphicSerialization]
public interface IActionComponentClientProperties
Extension Methods

Properties

ComponentName

Gets or sets the name of the client component.

string ComponentName { get; init; }

Property Value

string

See Also