interface DetailsFieldItem {
    alias?: string;
    field: string;
    visible?: boolean;
}

Properties

Properties

alias?: string

Specifies the field title.

field: string

Unique identifier for the field. Aligns with the layer field name.

visible?: boolean

Whether this field is displayed.