Interface ControlButtonsAltComponentOptions

interface ControlButtonsAltComponentOptions {
    buttons: AltButton[];
    position?: "left" | "right" | "middle";
    location?: "center" | "bottom" | "top";
    direction?: "horizontal" | "vertical";
    buttonsContainerStyle?: CSSProperties;
    alternateIconComponent?: Element;
    iconComponent?: Element;
    showAspect?: boolean;
}

Properties

buttons: AltButton[]
position?: "left" | "right" | "middle"
location?: "center" | "bottom" | "top"
direction?: "horizontal" | "vertical"
buttonsContainerStyle?: CSSProperties
alternateIconComponent?: Element
iconComponent?: Element
showAspect?: boolean