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

ListTemplateOverride

import type { ListTemplateOverride } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface ListTemplateOverride {
firstRowOption?: FirstRowOption;
secondRowOption?: FieldSelector;
thirdRowOption?: FieldSelector;
}

§Properties

§
firstRowOption?: FirstRowOption
[src]

Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice.

§
secondRowOption?: FieldSelector
[src]

A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.

§
thirdRowOption?: FieldSelector
[src]

An unused/deprecated field. Setting it will have no effect on what the user sees.