Interface ControlButtonsAltComponentOptions

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

Properties

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