Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParameterDirectionKind

ParameterDirectionKind is an Enumeration that defines literals used to specify direction of parameters.

Hierarchy

  • ParameterDirectionKind

Index

Properties

Properties

Static IN

IN: string = "in"

Static INOUT

INOUT: string = "inout"

Static OUT

OUT: string = "out"

Static RETURN

RETURN: string = "return"

Generated using TypeDoc