Interface TerminalOptionsExt

interface TerminalOptionsExt {
    attributes?: {
        [key: string]: string;
    };
}

Properties

Properties

attributes?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string