Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
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';