Interface IBaseTriggerPropsBuilder<Self extends IBaseTriggerPropsBuilder<Self,Props> , Props extends BaseTriggerProps>
- All Superinterfaces:
IWorkflowElementBuilder<WorkflowTrigger, Props>
- All Known Subinterfaces:
IFormRecordMessagePostedBuilder, IFormRecordMessageUploadRequestFulfilledBuilder, IUserInvocationTriggerBuilder
public interface IBaseTriggerPropsBuilder<Self extends IBaseTriggerPropsBuilder<Self,Props>, Props extends BaseTriggerProps>
extends IWorkflowElementBuilder<WorkflowTrigger, Props>
Base builder for configuring a
BaseTriggerProps event listener.- Since:
- 8.3.3
-
Method Summary
Modifier and TypeMethodDescriptioncolor(ClientOpaqueColor color) Sets the color of the trigger.description(String description) Sets the description of the trigger.icon(ClientIcon icon) Sets the icon of the trigger.Sets the name of the trigger.Methods inherited from interface IWorkflowElementBuilder
build, buildProps
-
Method Details
-
color
Sets the color of the trigger.- Parameters:
color- The color of the trigger.- Returns:
- This builder for chaining methods calls.
-
description
-
icon
Sets the icon of the trigger.- Parameters:
icon- The icon of the trigger.- Returns:
- This builder for chaining methods calls.
-
name
-