Dockview
    Preparing search index...

    Interface SplitviewFrameworkOptions

    interface SplitviewFrameworkOptions {
        createComponent: (options: CreateComponentOptions) => SplitviewPanel;
    }
    Index

    Properties

    Properties

    createComponent: (options: CreateComponentOptions) => SplitviewPanel