Interface PaneviewFrameworkOptions

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

Properties

createComponent: ((options) => IPanePart)

Type declaration

createHeaderComponent?: ((options) => undefined | IPanePart)

Type declaration

Generated using TypeDoc