Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameter definition used in ServiceMethodContract and ServiceEventContract.

Hierarchy

  • ServiceParameterContract

Index

Properties

Optional description

description?: string

Description of this parameter.

name

name: string

The name of the parameter.

optional

optional: boolean

Get if the parameter is optional.

rest

rest: boolean

If the parameter represents rest parameters.

type

type: DataType<any>

The type of the parameter.

Generated using TypeDoc