Skip to content

CanvasElementOptions🔗

Definition🔗

export interface CanvasElementOptions {
    name: string;
    type: string;
    // TODO: figure out how to define this (element config(s))
    config?: any;
    constraint?: canvas.Constraint;
    placement?: canvas.Placement;
    background?: canvas.BackgroundConfig;
    border?: canvas.LineConfig;
    connections?: canvas.CanvasConnection[];
}

Methods🔗

No methods.

See also🔗