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

ResultDisplayField

import type { ResultDisplayField } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Display Fields for Search Results

interface ResultDisplayField {
label?: string;
operatorName?: string;
property?: NamedProperty;
}

§Properties

§
label?: string
[src]

The display label for the property.

§
operatorName?: string
[src]

The operator name of the property.

§

The name value pair for the property.