Dockview
    Preparing search index...

    Interface ISplitviewReactProps

    interface ISplitviewReactProps {
        components: Record<
            string,
            React.FunctionComponent<ISplitviewPanelProps>,
        >;
        onReady: (event: SplitviewReadyEvent) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    components: Record<string, React.FunctionComponent<ISplitviewPanelProps>>
    onReady: (event: SplitviewReadyEvent) => void