Interface: TerminalEvent

    plugin/registry .TerminalEvent

    Event fired when using the terminal.

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    resource? any The resource for which the terminal was opened (currently this only happens for Pod instances).
    status OPENED | CLOSED What exactly this event represents. ‘OPEN’ when the terminal is opened. ‘CLOSED’ when it is closed.

    Defined in

    redux/headlampEventSlice.ts:163


    type

    type: TERMINAL

    Defined in

    redux/headlampEventSlice.ts:162