Describes a field that can be renamed and made visible or invisible.

interface RenamableField {
    displayName?: string;
    internalName?: string;
    visible?: boolean;
}

Properties

displayName?: string

The name that a field is renamed to by the user.

internalName?: string

The calculated name of a field.

visible?: boolean

Indicates whether this field should be visible on the table.

MMNEPVFCICPMFPCPTTAAATR