bpm metadata lane struct

interface BPMMetadataLane {
    color?: string;
    elements?: string[];
    height?: number;
    label?: string;
    locationX?: number;
    locationY?: number;
    name?: string;
    role?: string;
    width?: number;
}

Hierarchy (view full)

Properties

color?: string
elements?: string[]
height?: number
label?: string
locationX?: number
locationY?: number
name?: string
role?: string
width?: number