Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.11
    Preparing search index...

    Interface FocusConfig

    Focus management configuration

    interface FocusConfig {
        autoFocus?: boolean;
        initialFocus?: string;
        restoreFocus?: boolean;
        returnFocus?: string;
        trapFocus?: boolean;
    }
    Index

    Properties

    autoFocus?: boolean

    Whether element should receive focus on mount

    initialFocus?: string

    Initial focus target selector

    restoreFocus?: boolean

    Whether focus should be restored on unmount

    returnFocus?: string

    Return focus target selector

    trapFocus?: boolean

    Whether focus should be trapped within element