ai11y docs
    Preparing search index...

    Interface Ai11yContext

    interface Ai11yContext {
        error?: Ai11yError | null;
        inViewMarkerIds?: string[];
        markers: Marker[];
        route?: string;
        state?: Ai11yState;
    }
    Index

    Properties

    error?: Ai11yError | null
    inViewMarkerIds?: string[]
    markers: Marker[]
    route?: string
    state?: Ai11yState