NameObject

NameObject

NameObject 有名称标识的对象

Members

name : string

名称

Methods

constructor(name)

构造函数
Name Type Description
name string optional名称

staticToNames(nameObjects) → Array<string>

获取对象数组的名称数组
Name Type Description
nameObjects Array<T>