Package version:

The columns to be read out from the Office 365 table.

interface OutputColumn {
    name?: string;
}

Properties

Properties

name?: string

Name of the table column. Type: string.