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

ThirdPartyGenericCard

import type { ThirdPartyGenericCard } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface ThirdPartyGenericCard {
cardId?: string;
category?: string;
content?: Content;
context?: Context;
isDismissible?: boolean;
priority?: number;
}

§Properties

§
cardId?: string
[src]

Unique identifier for the card.

§
category?: string
[src]

Category that the card belongs to.

§
content?: Content
[src]

[Required] Card content.

§
context?: Context
[src]

[Required] Context where the card should be triggered.

§
isDismissible?: boolean
[src]

Whether the card can be dismissed.

§
priority?: number
[src]

Priority of the card, where 0 is the highest priority.