Class AiraTextRefinementConfigurator
Configurator that enables Aira text refinement feature for RichTextEditorComponent.
public sealed class AiraTextRefinementConfigurator : FormComponentConfigurator<RichTextEditorComponent>, IFormComponentConfigurator
- Inheritance
-
objectAiraTextRefinementConfigurator
- Implements
- Inherited Members
- Extension Methods
Constructors
AiraTextRefinementConfigurator()
Initializes a new instance of the AiraTextRefinementConfigurator class.
public AiraTextRefinementConfigurator()
Methods
Configure(RichTextEditorComponent, IFormFieldValueProvider, CancellationToken)
Configures the form component.
public override Task Configure(RichTextEditorComponent formComponent, IFormFieldValueProvider formFieldValueProvider, CancellationToken cancellationToken)
Parameters
formComponentRichTextEditorComponentForm component to configure.
formFieldValueProviderIFormFieldValueProviderProvider of previous form field values.
cancellationTokenCancellationTokenThe cancellation instruction.
Returns
- Task
Remarks
This method can not be used to set value of form component. Use ConfigureValue(IFormFieldValueProvider, string, CancellationToken) instead.