Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for the parameters of a method or event.

Type parameters

  • T = any

Hierarchy

  • ServiceParamDescription

Index

Properties

Optional description

description?: string

Description of this parameter.

name

name: string

The name of the parameter.

Optional optional

optional?: boolean

If this parameter is optional.

Optional rest

rest?: boolean

If this parameter is a rest parameter.

type

type: DataType<T>

The type of the parameter.

Generated using TypeDoc