@oneblink/apps-react
    Preparing search index...

    Type Alias FormStoreParameters

    type FormStoreParameters = {
        filters?: FormStoreFilters;
        sorting?: { direction: "ascending" | "descending"; property: string }[];
        unwindRepeatableSets?: boolean;
    }
    Index

    Properties

    Filters available for filter Form Store Records

    sorting?: { direction: "ascending" | "descending"; property: string }[]

    Sort the results by multiple properties

    Type Declaration

    • direction: "ascending" | "descending"

      Sorting direction

    • property: string

      Property to sort by

    unwindRepeatableSets?: boolean

    Unwind repeatable set entries to denormalise data, this makes data cleaner for tabular data purposes