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

Metaline

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

A metaline is a list of properties that are displayed along with the search result to provide context.

interface Metaline {
properties?: DisplayedProperty[];
}

§Properties

§
properties?: DisplayedProperty[]
[src]

The list of displayed properties for the metaline. The maximum number of properties is 5.