Interface CanvasState

    interface CanvasState {
        isContextLost(): boolean;
        reset(): void;
        restore(): void;
        save(): void;
    }
    Hierarchy

    Methods