blockly > zelos > ConstantProvider > makeNotch

zelos.ConstantProvider.makeNotch()

Podpis:

makeNotch(): {
        type: number;
        width: number;
        height: number;
        pathLeft: string;
        pathRight: string;
    };

Zwraca:

{ type: number; width: number; height: number; pathLeft: string; pathRight: string; }