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

    Interface UIControlsResult

    Result of building UI controls

    interface UIControlsResult {
        container: HTMLDivElement;
        buttons: Map<string, HTMLButtonElement>;
    }
    Index

    Properties

    Properties

    container: HTMLDivElement

    The container element holding all buttons

    buttons: Map<string, HTMLButtonElement>

    Map of button elements by ID