Variable BASIC_SHAPESConst
BASIC_SHAPES: {
id: string;
name: string;
shapes: {
cross: {
label: string;
template: string;
type: string;
};
diamond: {
label: string;
template: string;
type: string;
};
ellipse: {
label: string;
template: string;
type: string;
};
hexagon: {
label: string;
template: string;
type: string;
};
hexagon-flat: {
label: string;
template: string;
type: string;
};
inverted-isoscoles-triangle: {
label: string;
template: string;
type: string;
};
inverted-right-triangle: {
label: string;
template: string;
type: string;
};
inverted-u-shape: {
label: string;
template: string;
type: string;
};
isoscoles-triangle: {
label: string;
template: string;
type: string;
};
l-shape-bl: {
label: string;
template: string;
type: string;
};
l-shape-br: {
label: string;
template: string;
type: string;
};
l-shape-tl: {
label: string;
template: string;
type: string;
};
l-shape-tr: {
label: string;
template: string;
type: string;
};
octagon: {
label: string;
template: string;
type: string;
};
parallelogram: {
label: string;
template: string;
type: string;
};
pentagon: {
label: string;
template: string;
type: string;
};
rectangle: {
label: string;
template: string;
type: string;
};
right-triangle: {
label: string;
template: string;
type: string;
};
rounded-rectangle: {
label: string;
template: string;
type: string;
};
trapezoid: {
label: string;
template: string;
type: string;
};
u-shape: {
label: string;
template: string;
type: string;
};
};
} = ...
Shapefile for basic shapes.