weasel API - v0.8.0
    Preparing search index...

    Interface UseCanvasFocusOptions

    interface UseCanvasFocusOptions {
        initial?: boolean;
        tabIndex?: number;
    }
    Index

    Properties

    Properties

    initial?: boolean

    Initial focus state. Default false — handles hidden until first click.

    tabIndex?: number

    tabIndex to set on the focusable element. Default 0 (focusable in document tab order). Set to -1 for programmatic-only focus.