Interface TerminalPasteEvent

interface TerminalPasteEvent {
    text: string;
}

Properties

Properties

text: string