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

FirstRowOption

import type { FirstRowOption } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface FirstRowOption {
fieldOption?: FieldSelector;
transitOption?:
| "TRANSIT_OPTION_UNSPECIFIED"
| "ORIGIN_AND_DESTINATION_NAMES"
| "originAndDestinationNames"
| "ORIGIN_AND_DESTINATION_CODES"
| "originAndDestinationCodes"
| "ORIGIN_NAME"
| "originName";
}

§Properties

§
fieldOption?: FieldSelector
[src]

A reference to the field to be displayed in the first row.

§
transitOption?: "TRANSIT_OPTION_UNSPECIFIED" | "ORIGIN_AND_DESTINATION_NAMES" | "originAndDestinationNames" | "ORIGIN_AND_DESTINATION_CODES" | "originAndDestinationCodes" | "ORIGIN_NAME" | "originName"
[src]