Skip to main content

TerminalOwnership

type

Whether the current mod owns the terminal and may close it.

type TerminalOwnership = { key: string | null; kind: 'owned' } | { kind: 'external' }

Import

import { TerminalOwnership } from '@modular/sdk';