Interface IWorkflowBpmnLayoutIdOptionsBuilder<Self extends IWorkflowBpmnLayoutIdOptionsBuilder<Self>>

    • Method Detail

      • id

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