Gjsify LogoGjsify Logo

Hierarchy

  • Params

Index

Constructors

Properties

name: string

Methods

  • areStrings(): boolean
  • Checks if the parameters are all simple strings (have a content type of "text/plain").

    Returns boolean

  • asStringHashTable(): HashTable<string | number | symbol, string | number | boolean>
  • Create a new #GHashTable which contains the name and value of all string (content type of text/plain) parameters.

    The values are owned by the #RestParams, so don't destroy the #RestParams before the hash table.

    Returns HashTable<string | number | symbol, string | number | boolean>

  • Return the #RestParam called name, or %NULL if it doesn't exist.

    Parameters

    • name: string

      a parameter name

    Returns Rest.Param

  • remove(name: string): void
  • Remove the #RestParam called name.

    Parameters

    • name: string

      a parameter name

    Returns void

  • unref(): void
  • Decrements the reference count of self by one, freeing the structure when the reference count reaches zero.

    Returns void

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