grandma3-ts-types
Version:
TypeScript definitions for grandMA3 Lua library.
15 lines (14 loc) • 303 B
TypeScript
type SwipeButton = UIObject & {
textShadow: number;
hasHover: YesNo;
text: string;
// textColor: string
font: Font;
textAlignmentH: AlignmentH;
pluginComponent: GenericObj;
clicked: SignalId;
focus?: 'InitialFocus';
toolTip: string;
enabled: YesNo;
keyUp: string; // Signal Function Name
};