Interface ElementTypePriorityEntry

interface ElementTypePriorityEntry {
    attributes?: string[];
    type: string;
}

Properties

Properties

attributes?: string[]

Attribute keys to project onto this type's result cards in fulltext search. Each element is rendered with its own type's list, so the same attribute name on a different type is not projected unless configured there too.

type: string

Element type id.