@suluk/builder - v0.1.11
    Preparing search index...

    Interface ProjectionSource

    A declarative projection a data-driven section reads from — the app's renderer turns it into a query.

    interface ProjectionSource {
        entity: string;
        where?: Record<string, unknown>;
        sort?: string;
        limit?: number;
    }
    Index

    Properties

    entity: string
    where?: Record<string, unknown>
    sort?: string
    limit?: number