Dockview
    Preparing search index...

    Interface PaneviewOptions

    interface PaneviewOptions {
        className?: string;
        disableAutoResizing?: boolean;
        disableDnd?: boolean;
    }
    Index

    Properties

    className?: string
    disableAutoResizing?: boolean
    disableDnd?: boolean