@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Interface TweakPaneContainerProps

    interface TweakPaneContainerProps {
        children?: ReactNode;
        defaultExpanded?: boolean;
        title?: string;
    }
    Index

    Properties

    children?: ReactNode
    defaultExpanded?: boolean

    Whether the control pane is expanded by default

    false
    
    title?: string

    Title of the control pane

    undefined