• Preparing search index...
  • The search index is not available
Houston Common Library
  • Houston Common Library
  • @45drives/houston-common-lib
  • cockpit
  • channel

Function channel

  • channel(options: ChannelOptions & {
        binary?: false;
    }): Channel<string>
  • Parameters

    • options: ChannelOptions & {
          binary?: false;
      }

    Returns Channel<string>

    • Defined in houston-common-lib/typings/cockpit-typings/cockpit.d.ts:117
  • channel(options: ChannelOptions & {
        binary: true;
    }): Channel<Uint8Array>
  • Parameters

    • options: ChannelOptions & {
          binary: true;
      }

    Returns Channel<Uint8Array>

    • Defined in houston-common-lib/typings/cockpit-typings/cockpit.d.ts:118

Settings

Member Visibility

Theme

Official Cockpit API Documentation
Houston Common Library
  • Loading...

Generated using TypeDoc