Interface ControlButtonsComponentTouchOptions

interface ControlButtonsComponentTouchOptions {
    buttons: ButtonTouch[];
    position?: "left" | "right" | "middle";
    location?: "center" | "bottom" | "top";
    direction?: "horizontal" | "vertical";
    buttonsContainerStyle?: Partial<CSSStyleDeclaration>;
    showAspect?: boolean;
}

Properties

buttons: ButtonTouch[]
position?: "left" | "right" | "middle"
location?: "center" | "bottom" | "top"
direction?: "horizontal" | "vertical"
buttonsContainerStyle?: Partial<CSSStyleDeclaration>
showAspect?: boolean