Constructors

Accessors

Methods

  • Parameters

    • messageFlows: Nullable<{
          connectionConfiguration: {
              source: string;
              targets: {
                  connection: string;
                  type: string;
              }[];
          }[];
      }>

    Returns void

  • Handle lane or pool click event

    This method also makes the distinction between single and double click events

    Parameters

    • __namedParameters: {
          e: KonvaEventObject<MouseEvent>;
          entity: BaseEntity;
      }

    Returns void

  • Enable or disable planes focus

    When disabled, planes won't be focusable and won't be highlighted when hovered, clicking on a plane label won't display its related context menu

    You can use the VITE_PLANES_SELECTION_ENABLED env variable as well

    Parameters

    • focusable: boolean = !Config.PLANES_SELECTION_ENABLED

    Returns void