Pool filtering configuration.

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

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

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.

Generated using TypeDoc