Property parser for: number, float, real

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

parserId: string

Methods

  • Basically convert a given string to the desired output.

    The input values can be set by various sources, including text based files like TMX or JSON. The idea is to make sense of a designers input and make things nice and configurable,

    Returns

    okay, string: error desc;

    Parameters

    • propertyName: any

      the name

    • propertyInfo: any

      data from the component

    • instanceValue: any

      unparsed value from the instance

    • outProps: any

      object that

    Returns string

Generated using TypeDoc