bpmn-visualization API Documentation
    Preparing search index...

    Interface PoolFilter

    Pool filtering configuration.

    A Pool is the graphical representation of a Participant in a Collaboration.

    interface PoolFilter {
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string

    id of the Participant related to the Pool to display

    name?: string

    Name of the Participant, or name of the Process referenced by the Participant when the Participant doesn't have a name. This is how bpmn-visualization builds the name into its internal model. If id is set, this property is ignored.