Interface IActionComponent
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
See Also
ActionComponent<TProperties, TClientProperties>