OSRS Plugin API
    Preparing search index...

    Type Alias RadioButtonGroupCallback

    RadioButtonGroupCallback: (newValue: number) => void

    The callback for the RadioButtonGroup.onClick event.

    Type Declaration

      • (newValue: number): void
      • Parameters

        • newValue: number

          The index of the newly selected button in the radio button group element.

        Returns void