@refinio/one.ui
    Preparing search index...
    • This component builds and returns the events list view.

      Parameters

      • props: {
            enableFiltering: boolean;
            enableSeparator?: boolean;
            eventTypes: EventTypes[];
            journalModel: JournalModel;
            leuteModel?: LeuteModel;
            listSeparation?: "none" | "byDay";
            newestFirst?: boolean;
            queryOptions?: QueryOptions;
        }

        Properties of this view:

        • enableFiltering: boolean

          Flag that specifies whether filtering is enabled

        • OptionalenableSeparator?: boolean

          Optional. Flag that enables whether the separator is displayed or not

        • eventTypes: EventTypes[]

          The list of all types of events

        • journalModel: JournalModel

          The journal model

        • OptionalleuteModel?: LeuteModel

          Optional. if provided, enables display and refresh of names

        • OptionallistSeparation?: "none" | "byDay"

          Optional. Default byDay

        • OptionalnewestFirst?: boolean

          Optional. Flag that specifies whether the events are sorted by newest first. Default is true.

        • OptionalqueryOptions?: QueryOptions

          Optional. filter entries

      Returns ReactElement