Gjsify LogoGjsify Logo

Hierarchy

  • VCardAttributeParam

Index

Constructors

Properties

name: string

Methods

  • add_value(value: string): void
  • free(): void
  • get_name(): string
  • Gets the name of param.

    For example, for the only parameter of the vCard attribute: |[ TEL;TYPE=WORK,VOICE:(111) 555-1212


    this would return <code>TYPE</code> (which is string-equivalent to
    %EVC_TYPE).

    Returns string

  • get_values(): string[]
  • Gets the list of values from param. The list and its contents are owned by param, and must not be freed.

    For example, for the TYPE parameter of the vCard attribute: |[ TEL;TYPE=WORK,VOICE:(111) 555-1212


    this would return the list <code>WORK</code>, <code>VOICE</code>.

    Returns string[]

  • remove_values(): 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