Skip to main content

Home > @jsplumbtoolkit/browser-ui > BackgroundType

BackgroundType type

Warning: This API is now obsolete.

See note in BackgroundTypes enum.

Type of a background - the values from the BackgroundTypes enum.

Signature:

export declare type BackgroundType = keyof typeof BackgroundTypes;

References: BackgroundTypes