Eulergraph
    Preparing search index...

    Type Alias StencilLibItem

    type StencilLibItem = {
        cellPrototype?: string;
        customParams?: CustomParams;
        extOptions?: Record<string, unknown>;
        getControls?: (cell: CustomCell) => Control[];
        getDrawCommands?: (cell: CustomCell) => CellPaths[];
        hiddenInStencil?: boolean;
        isBuildingOnScale?: boolean;
        keepRatio?: boolean;
        name: string;
        options: CellOptions | LinkOptions;
    }
    Index

    Properties

    cellPrototype?: string
    customParams?: CustomParams
    extOptions?: Record<string, unknown>
    getControls?: (cell: CustomCell) => Control[]
    getDrawCommands?: (cell: CustomCell) => CellPaths[]
    hiddenInStencil?: boolean
    isBuildingOnScale?: boolean
    keepRatio?: boolean
    name: string