moqtail-ts
    Preparing search index...

    Class Fetch

    Index

    Constructors

    • Parameters

      • requestId: bigint
      • subscriberPriority: number
      • groupOrder: GroupOrder
      • typeAndProps:
            | {
                props: {
                    endLocation: Location;
                    fullTrackName: FullTrackName;
                    startLocation: Location;
                };
                type: StandAlone;
            }
            | {
                props: { joiningRequestId: bigint; joiningStart: bigint };
                type: Relative;
            }
            | {
                props: { joiningRequestId: bigint; joiningStart: bigint };
                type: Absolute;
            }
      • parameters: KeyValuePair[]

      Returns Fetch

    Properties

    groupOrder: GroupOrder
    parameters: KeyValuePair[]
    requestId: bigint
    subscriberPriority: number
    typeAndProps:
        | {
            props: {
                endLocation: Location;
                fullTrackName: FullTrackName;
                startLocation: Location;
            };
            type: StandAlone;
        }
        | {
            props: { joiningRequestId: bigint; joiningStart: bigint };
            type: Relative;
        }
        | {
            props: { joiningRequestId: bigint; joiningStart: bigint };
            type: Absolute;
        }

    Methods