Interface LazyCanvasMethod

interface LazyCanvasMethod {
    method: Function;
    name: string;
    toJSON(): LazyCanvasMethod;
}

Properties

Methods

Properties

method: Function
name: string

Methods