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

Action

import type { Action } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface Action {
title?: string;
url?: string;
}

§Properties

§
title?: string
[src]

[Required] Title of the action.

§
url?: string
[src]

[Optional] Url of the action.