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

    Interface CreateRuntimeDialogProps

    interface CreateRuntimeDialogProps {
        isOpen: boolean;
        onClose: () => void;
        onRuntimeCreated?: (runtime: unknown) => void;
    }
    Index

    Properties

    isOpen: boolean
    onClose: () => void
    onRuntimeCreated?: (runtime: unknown) => void