Package version:

Interface DatasetDataElement

Columns that define the structure of the dataset.

interface DatasetDataElement {
    name?: any;
    type?: any;
}

Properties

Properties

name?: any

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

type?: any

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