Interface IBaseActionPropsBuilder<Self extends IBaseActionPropsBuilder<Self,Props> , Props extends BaseActionProps>
- All Superinterfaces:
IWorkflowElementBuilder<WorkflowNode, Props>
- All Known Subinterfaces:
IChangeFormValuesBuilder, ICreateTextFileNodeBuilder, IEmailNodeBuilder, IFillPdfNodeBuilder, IHttpRequestNodeBuilder, IPromptQueryBuilder, ISendFormRecordMessageBuilder, ISetFormRecordPasswordNodeBuilder
public interface IBaseActionPropsBuilder<Self extends IBaseActionPropsBuilder<Self,Props>, Props extends BaseActionProps>
extends IWorkflowElementBuilder<WorkflowNode, Props>
Base builder for configuring a
BaseActionProps event listener.- Since:
- 8.3.3
-
Method Summary
Modifier and TypeMethodDescriptioncolor(ClientOpaqueColor color) Sets the color of the node.description(String description) Sets the description of the node.icon(ClientIcon icon) Sets the icon of the node.Sets the name of the node.Methods inherited from interface IWorkflowElementBuilder
build, buildProps
-
Method Details
-
color
Sets the color of the node.- Parameters:
color- The color of the node.- Returns:
- This builder for chaining methods calls.
-
description
-
icon
Sets the icon of the node.- Parameters:
icon- The icon of the node.- Returns:
- This builder for chaining methods calls.
-
name
-