Interface ControlButtonsAltComponentOptions

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

Properties

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