MCPcopy
hub / github.com/LibreScore/dl-librescore / BtnOptions

Interface BtnOptions

src/btn.ts:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45interface 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
54export enum BtnListMode {
55 InPage,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected