Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface PropertyOrder

    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