Forest Admin - API reference
    Preparing search index...

    Type Alias TColumnNameAndRelationName<S, N>

    TColumnNameAndRelationName: Extract<
        keyof S[N]["plain"]
        | keyof S[N]["nested"],
        string,
    >

    Column name and Relation name It only returns the relation name, excluding the related fields, in contrast to TFieldName.

    Type Parameters