DatasetDataElement interface

Columns that define the structure of the dataset.

Properties

name

Name of the column. Type: string (or Expression with resultType string).

type

Type of the column. Type: string (or Expression with resultType string).

Property Details

name

Name of the column. Type: string (or Expression with resultType string).

name?: any

Property Value

any

type

Type of the column. Type: string (or Expression with resultType string).

type?: any

Property Value

any