Home > @jsplumbtoolkit/browser-ui > FLOWCHART_SHAPES
FLOWCHART_SHAPES variable
Shapefile for flowchart shapes.
Signature:
FLOWCHART_SHAPES: {
id: string;
name: string;
shapes: {
process: {
type: string;
label: string;
description: string;
template: string;
};
decision: {
type: string;
label: string;
template: string;
};
terminus: {
type: string;
label: string;
description: string;
template: string;
};
input: {
type: string;
label: string;
description: string;
template: string;
};
document: {
type: string;
label: string;
description: string;
template: string;
};
manualInput: {
type: string;
label: string;
template: string;
};
manualOperation: {
type: string;
label: string;
template: string;
};
preparation: {
type: string;
label: string;
template: string;
};
connector: {
type: string;
label: string;
template: string;
};
merge: {
type: string;
label: string;
template: string;
};
collate: {
type: string;
label: string;
template: string;
};
subroutine: {
type: string;
label: string;
template: string;
};
or: {
type: string;
label: string;
template: string;
};
loopLimit: {
type: string;
label: string;
template: string;
};
delay: {
type: string;
label: string;
template: string;
};
display: {
type: string;
label: string;
template: string;
};
database: {
type: string;
label: string;
template: string;
};
dataStorage: {
type: string;
label: string;
template: string;
};
};
}