@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Metadata describing a projected table column — used to derive field keys and human-readable labels.

    This intentionally avoids importing UITableViewColumn so the utility can be tested without Angular DI.

    interface ColumnMeta {
        headerText: string;
        key: string;
    }
    Index

    Properties

    Properties

    headerText: string

    Human-readable header text (may be empty).

    key: string

    Property key on the row object.