Function float

  • following member is a float field

    Example

    @data_float()
    my_field: number; // this field will be seen as a float

    Parameters

    Returns ((ownerCls, fldName) => void)

      • (ownerCls, fldName): void
      • Parameters

        • ownerCls: any
        • fldName: any

        Returns void

Generated using TypeDoc