Interface IWorkflowBpmnLayoutIdOptionsBuilder<Self extends IWorkflowBpmnLayoutIdOptionsBuilder<Self>>

Type Parameters:
Self - The type of the builder itself.
All Known Subinterfaces:
IWorkflowBpmnLayoutAlignAtAxisBuilder, IWorkflowBpmnLayoutAlignAtPortsBuilder, IWorkflowBpmnLayoutPadBuilder

public interface IWorkflowBpmnLayoutIdOptionsBuilder<Self extends IWorkflowBpmnLayoutIdOptionsBuilder<Self>>
Builder for layouts that allow setting an ID used as the value to identify the item.
Since:
8.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    id(String id)
    Sets the ID for the alignment item.
  • Method Details

    • id

      @CanIgnoreReturnValue Self id(String id)
      Sets the ID for the alignment item.
      Parameters:
      id - The desired ID.
      Returns:
      This builder for chaining.