Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface RuntimeToolbarProps

    interface RuntimeToolbarProps {
        leftContent?: ReactNode;
        onRuntimeSelected?: (runtime: null | RuntimeJSON) => void;
        rightContent?: ReactNode;
        runtimePodName?: string;
    }
    Index

    Properties

    leftContent?: ReactNode

    Left content slot (e.g., notebook controls, lexical toolbar)

    onRuntimeSelected?: (runtime: null | RuntimeJSON) => void
    rightContent?: ReactNode

    Right content slot (optional additional controls)

    runtimePodName?: string