@refinio/one.models
    Preparing search index...

    Type Alias DataSelectionOptions

    Options used for selecting specific data from channels.

    All elements are ANDed together.

    type DataSelectionOptions = {
        count?: number;
        from?: Date;
        id?: string;
        ids?: string[];
        omitData?: boolean;
        omitSharedWith?: boolean;
        orderBy?: Order;
        to?: Date;
        type?: OneObjectTypeNames;
        types?: OneObjectTypeNames[];
    }
    Index

    Properties

    count?: number
    from?: Date
    id?: string
    ids?: string[]
    omitData?: boolean
    omitSharedWith?: boolean
    orderBy?: Order
    to?: Date
    type?: OneObjectTypeNames
    types?: OneObjectTypeNames[]