| 43 | }; |
| 44 | |
| 45 | interface BtnOptions { |
| 46 | readonly name: string; |
| 47 | readonly action: BtnAction; |
| 48 | readonly disabled?: boolean; |
| 49 | readonly tooltip?: string; |
| 50 | readonly icon?: ICON; |
| 51 | readonly lightTheme?: boolean; |
| 52 | } |
| 53 | |
| 54 | export enum BtnListMode { |
| 55 | InPage, |
nothing calls this directly
no outgoing calls
no test coverage detected