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

    Interface TerminateAllDialogProps

    Props for TerminateAllDialog component.

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

    Properties

    isOpen: boolean
    isTerminating: boolean
    onCancel: () => void
    onConfirm: () => void
    runtimeCount: number