PDF Web Viewer
    Preparing search index...

    Interface ITabConfig

    Tab configuration. Presence in tabs.list means the tab is visible. Order follows object-key iteration order.

    interface ITabConfig {
        tools?: ToolsConfig;
    }
    Index

    Properties

    Properties

    tools?: ToolsConfig