iink-ts - v3.3.2
    Preparing search index...

    Function createMenuButtonWithText

    • Creates a button with text content instead of HTML

      Parameters

      • id: string

        The button ID

      • textContent: string

        The button text

      • onClick: () => void

        The click handler function

      • additionalClasses: string[] = []

        Optional additional CSS classes

      Returns HTMLButtonElement

      The configured button element