Visualization
    Preparing search index...

    Interface ColumnValues

    Represents the values held by a Column.

    interface ColumnValues {
        dataType: DataType;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dataType: DataType

    Gets the data type of this instance.

    name: string

    Gets the name of this instance.