Type alias ButtonConfiguration

ButtonConfiguration: {
    buttonID: number;
    buttonName?: string;
    buttonType: ButtonType;
}

Type declaration

  • buttonID: number
  • Optional buttonName?: string
  • buttonType: ButtonType