Interface ButtonListOptions

Hierarchy

  • ButtonListOptions

Properties

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

Type declaration

  • buttons: (ButtonItem & {
        description?: string;
    })[]
  • title: string

Generated using TypeDoc