Gjsify LogoGjsify Logo

Contains description string and an alternate representation URI for text properties. Use the functions below to work with it.

record

Hierarchy

  • ComponentText

Index

Constructors

  • Creates a new #ECalComponentText describing text properties. The returned structure should be freed with e_cal_component_text_free(), when no longer needed.

    Parameters

    • value: string

      description text

    • altrep: string

      alternate representation URI

    Returns ComponentText

Properties

name: string

Methods

  • get_altrep(): string
  • get_value(): string
  • set_altrep(altrep: string): void
  • Set the altrep as the alternate representation URI of the text.

    Parameters

    • altrep: string

      alternate representation URI to set

    Returns void

  • set_value(value: string): void
  • Set the value as the description string of the text.

    Parameters

    • value: string

      description string to set

    Returns void

  • Creates a new #ECalComponentText describing text properties. The returned structure should be freed with e_cal_component_text_free(), when no longer needed.

    Parameters

    • value: string

      description text

    • altrep: string

      alternate representation URI

    Returns ComponentText

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