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 Details

    • color

      Self color(ClientOpaqueColor color)
      Sets the color of the node.
      Parameters:
      color - The color of the node.
      Returns:
      This builder for chaining methods calls.
    • description

      Self description(String description)
      Sets the description of the node.
      Parameters:
      description - The description of the node.
      Returns:
      This builder for chaining methods calls.
    • icon

      Self icon(ClientIcon icon)
      Sets the icon of the node.
      Parameters:
      icon - The icon of the node.
      Returns:
      This builder for chaining methods calls.
    • name

      Self name(String name)
      Sets the name of the node.
      Parameters:
      name - The name of the node.
      Returns:
      This builder for chaining methods calls.