gampang - v2.3.7
    Preparing search index...

    Interface ButtonListOptions

    interface ButtonListOptions {
        buttonText: string;
        highlightText?: string;
        sections: {
            buttons: (ButtonItem & { description?: string })[];
            title: string;
        };
    }
    Index

    Properties

    buttonText: string
    highlightText?: string
    sections: { buttons: (ButtonItem & { description?: string })[]; title: string }