Dockview
    Preparing search index...

    Interface PaneviewFrameworkOptions

    interface PaneviewFrameworkOptions {
        createComponent: (options: CreateComponentOptions) => IPanePart;
        createHeaderComponent?: (
            options: CreateComponentOptions,
        ) => IPanePart | undefined;
    }
    Index

    Properties

    createComponent: (options: CreateComponentOptions) => IPanePart
    createHeaderComponent?: (
        options: CreateComponentOptions,
    ) => IPanePart | undefined