DatasetDataElement interface
定義數據集結構的數據行。
屬性
name | 數據行的名稱。 Type:string (或 expression with resultType string) 。 |
type | 數據行的類型。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
name
數據行的名稱。 Type:string (或 expression with resultType string) 。
name?: any
屬性值
any
type
數據行的類型。 Type:string (或 expression with resultType string) 。
type?: any
屬性值
any