Gjsify LogoGjsify Logo

Specifies rendering options

bitfield

Index

Enumeration Members

PARAMS_AS_COLON: number

parameters will be rendered using the ":<param_name>" syntax

PARAMS_AS_DOLLAR: number

parameters will be rendered using the "$<param_number>" syntax where parameters are numbered starting from 1

PARAMS_AS_QMARK: number

parameters will be rendered using the "?<param_number>" syntax where parameters are numbered starting from 1

PARAMS_AS_UQMARK: number

parameters will be rendered using the "?" syntax

PARAMS_AS_VALUES: number

rendering will replace parameters with their values

PARAMS_LONG: number

parameters will be rendered using the "/* name:<param_name> ... */" syntax

PARAMS_SHORT: number

parameters will be rendered using the "##<param_name>..." syntax

PRETTY: number

rendering will include newlines and indentation to make it easy to read

TIMEZONE_TO_GMT: number

time and timestamp with a timezone information are converted to GMT before rendering, and rendering does not show the timezone information

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method