@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface ICanPrecedeOrderBy

    Describes a query block that can create an order by clause as its following block

    interface ICanPrecedeOrderBy {
        orderBy(field: string, direction: OrderClauseDirection): OrderByBlock;
    }

    Implemented by

    Index

    Methods

    Methods