ThreePresenter API Documentation - v0.1.2
    Preparing search index...

    Interface ContainerConfig

    Configuration for the button container

    interface ContainerConfig {
        position?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
        direction?: "vertical" | "horizontal";
        gap?: string;
        zIndex?: string;
        className?: string;
    }
    Index

    Properties

    position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"

    Container position: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'

    direction?: "vertical" | "horizontal"

    Container layout direction: 'vertical' | 'horizontal'

    gap?: string

    Gap between buttons (Bootstrap gap class, e.g., 'gap-2')

    zIndex?: string

    Z-index for stacking

    className?: string

    Additional CSS classes