Class ValueTypeManager

Constructors

Properties

Methods

Constructors

Properties

map: Map<string, ValueTypeItem>

Methods

  • 遍历类型

    Parameters

    • iter: ((value, key, map) => void)

      迭代函数

    Returns void

  • 获取指定类型

    Parameters

    • type: string

      类型名称

    Returns ValueTypeItem

  • 判断是否存在指定类型

    Parameters

    • type: string

      类型名称

    Returns boolean

  • 注册类型

    Parameters

    Returns this

  • 获取指定类型值

    Parameters

    • type: string

      类型名称

    • input: any

      输入值

    • Optional params: any

      类型参数

    • Optional format: boolean

      是否格式化

    Returns IValueResult

Generated using TypeDoc