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

    Interface CloseWidgetCommandOptions

    interface CloseWidgetCommandOptions {
        closeAllWidgets?: boolean;
        closeLockedWidgets?: boolean;
    }
    Index

    Properties

    closeAllWidgets?: boolean

    Whether to close all the unlocked widgets of the given type

    false
    
    closeLockedWidgets?: boolean

    Whether to allow locked widgets closing

    false