Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HandshakeParams

Handshake is sent as the first thing from the client to set up the server session. It should contain the chosen protocol version and some setup information for the project.

Hierarchy

Index

Properties

buildDirectory

buildDirectory: string

Optional extraGenerator

extraGenerator: undefined | string

Optional generator

generator: undefined | string

Optional platform

platform: undefined | string

protocolVersion

protocolVersion: object

Type declaration

  • major: number
  • minor: number

Optional sourceDirectory

sourceDirectory: undefined | string

Optional toolset

toolset: undefined | string

Generated using TypeDoc