Member Junction
    Preparing search index...

    Interface ResolvedEntityDocument

    An entity-document source with its record handed to the EntityDocumentResolver to render.

    interface ResolvedEntityDocument {
        EntityDocumentID?: string;
        Record: Record<string, unknown>;
    }
    Index

    Properties

    EntityDocumentID?: string
    Record: Record<string, unknown>

    The record's field values, to render through the Entity Document template.