Dockview
    Preparing search index...

    Interface GridviewFrameworkOptions

    interface GridviewFrameworkOptions {
        createComponent: (options: CreateComponentOptions) => GridviewPanel;
    }
    Index

    Properties

    Properties

    createComponent: (options: CreateComponentOptions) => GridviewPanel