ggc-library
    Preparing search index...

    Opties voor het overschrijven van standaard HTML element ID's voor accessibility en testen.

    interface ElementIdOptions {
        searchButtonId?: string;
        searchInputId?: string;
        searchLabelId?: string;
        suggestionListId?: string;
    }
    Index

    Properties

    searchButtonId?: string

    ID voor de zoekknop.

    searchInputId?: string

    ID voor het tekstinvoerveld.

    searchLabelId?: string

    ID voor het label van het zoekveld.

    suggestionListId?: string

    ID voor de container van de suggestielijst.