Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GroupingInfo

import type { GroupingInfo } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface GroupingInfo {
groupingId?: string;
sortIndex?: number;
}

§Properties

§
groupingId?: string
[src]

Optional grouping ID for grouping the passes with the same ID visually together. Grouping with different types of passes is allowed.

§
sortIndex?: number
[src]

Optional index for sorting the passes when they are grouped with other passes. Passes with lower sort index are shown before passes with higher sort index. If unspecified, the value is assumed to be INT_MAX. For two passes with the same sort index, the sorting behavior is undefined.