Documentation
    Preparing search index...
    type Column = {
        type:
            | "Action"
            | "ViewLink"
            | "Link"
            | "JoinField"
            | "Aggregation"
            | "Field";
    }
    Index

    Properties

    Properties

    type: "Action" | "ViewLink" | "Link" | "JoinField" | "Aggregation" | "Field"