Gjsify LogoGjsify Logo

Hierarchy

  • Text

Index

Constructors

Properties

name: string

Methods

  • free(): void
  • get_string(): string
  • set_string(str: string): void
  • take_string(str: string): void
  • Takes ownership on a given string, so you don't need to free it.

    Parameters

    • str: string

      a string to take ownership on

    Returns void

  • to_alphanum(text: string): string
  • The "encoding" consists in replacing non alphanumeric character with the string "__gdaXX" where XX is the hex. representation of the non alphanumeric char.

    Parameters

    • text: string

      the text to convert

    Returns string

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