Interface GetElementSearchMembrane

interface GetElementSearchMembrane {
    all_count: number;
    data: ElementSearchHit[];
    encounteredVisibilityExceptions?: boolean;
    from: number;
    "hits-by-attributes": HitsByAttributes;
    to: number;
}

Hierarchy (View Summary)

Properties

all_count: number
encounteredVisibilityExceptions?: boolean
from: number
"hits-by-attributes": HitsByAttributes
to: number