interface UmbCollectionColumnConfiguration {
    alias: string;
    elementName?: string;
    header: string;
    isSystem: 0 | 1;
    nameTemplate?: string;
}

Properties

alias: string
elementName?: string
header: string
isSystem: 0 | 1
nameTemplate?: string
""