Dockview
    Preparing search index...
    interface IGridviewVueProps {
        className?: string;
        components?: Record<string, VueComponent>;
        disableAutoResizing?: boolean;
        hideBorders?: boolean;
        orientation: Orientation;
        proportionalLayout?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    components?: Record<string, VueComponent>
    disableAutoResizing?: boolean
    hideBorders?: boolean
    orientation: Orientation
    proportionalLayout?: boolean