On this page

Interface CanvasUserInterface

interface CanvasUserInterface {
    drawFocusIfNeeded(element: Element): void;
    drawFocusIfNeeded(path: Path2D, element: Element): void;
}

Hierarchy (View Summary)

Index

Methods

Was this helpful?
SDK JS
Reference
CanvasUserInterface