Lime Web Components API Documentation - v7.2.0
    Preparing search index...

    Interface PropertyOrder

    Defines an ordering on a property when executing a Query or LoadOptions against a repository.

    interface PropertyOrder {
        direction: "ASC" | "DESC";
        name: string;
    }
    Index

    Properties

    Properties

    direction: "ASC" | "DESC"

    The direction to order the property by

    name: string

    Name of the property to sort on