Interface CustomDrawing

interface CustomDrawing {
    onDraw?: ((canvas: Canvas, scale: number) => void);
    type: "custom";
}

Properties

Properties

onDraw?: ((canvas: Canvas, scale: number) => void)
type

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.