Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Describes a column of tabular data, used for displaying tables, select lists etc.

    interface Column {
        componentScriptURL: null | string;
        componentStyleSheetURL: null | string;
        componentType: null | string;
        contentFormat: null | string;
        contentType: ContentType;
        developerName: string;
        isDisplayValue: boolean;
        isEditable: boolean;
        isPinned: boolean;
        label: null | string;
        order: number;
        typeElementPropertyId: string;
        typeElementPropertyToDisplayId: null | string;
    }
    Index

    Properties

    componentScriptURL: null | string
    componentStyleSheetURL: null | string
    componentType: null | string

    The component that should be used to render the content for this column

    contentFormat: null | string

    A string used for formatting the data before display

    contentType: ContentType
    developerName: string
    isDisplayValue: boolean
    isEditable: boolean
    isPinned: boolean
    label: null | string
    order: number
    typeElementPropertyId: string

    ID of the corresponding object data property

    typeElementPropertyToDisplayId: null | string