Variable FLOWCHART_SHAPESConst

FLOWCHART_SHAPES: {
    id: string;
    name: string;
    shapes: {
        collate: {
            label: string;
            template: string;
            type: string;
        };
        connector: {
            label: string;
            template: string;
            type: string;
        };
        database: {
            label: string;
            template: string;
            type: string;
        };
        dataStorage: {
            label: string;
            template: string;
            type: string;
        };
        decision: {
            label: string;
            template: string;
            type: string;
        };
        delay: {
            label: string;
            template: string;
            type: string;
        };
        display: {
            label: string;
            template: string;
            type: string;
        };
        document: {
            description: string;
            label: string;
            template: string;
            type: string;
        };
        input: {
            description: string;
            label: string;
            template: string;
            type: string;
        };
        loopLimit: {
            label: string;
            template: string;
            type: string;
        };
        manualInput: {
            label: string;
            template: string;
            type: string;
        };
        manualOperation: {
            label: string;
            template: string;
            type: string;
        };
        merge: {
            label: string;
            template: string;
            type: string;
        };
        or: {
            label: string;
            template: string;
            type: string;
        };
        preparation: {
            label: string;
            template: string;
            type: string;
        };
        process: {
            description: string;
            label: string;
            template: string;
            type: string;
        };
        subroutine: {
            label: string;
            template: string;
            type: string;
        };
        terminus: {
            description: string;
            label: string;
            template: string;
            type: string;
        };
    };
} = ...

Shapefile for flowchart shapes.

Version :