UNPKG
v8hd
Version:
latest (1.0.1)
1.0.1
1.0.0
Control interface for Roland V-8HD video switchers
github.com/Kaaaaii/v8hd
Kaaaaii/v8hd
v8hd
/
dist
/
enums
/
ButtonState.d.ts
10 lines
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Enum representing button states for toggle controls */
export
declare
enum
ButtonState
{
/** Button is in OFF state */
OFF =
0
,
/** Button is in ON state */
ON =
1
}
//# sourceMappingURL=ButtonState.d.ts.map