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

    Props for TerminateRuntimeDialog component.

    interface TerminateRuntimeDialogProps {
        isOpen: boolean;
        isTerminating: boolean;
        onCancel: () => void;
        onConfirm: () => void;
    }
    Index

    Properties

    isOpen: boolean

    Whether the dialog is open.

    isTerminating: boolean

    Whether termination is in progress.

    onCancel: () => void

    Callback when user cancels.

    onConfirm: () => void

    Callback when user confirms termination.