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

GoogleAppsDriveLabelsV2LabelDisplayHints

import type { GoogleAppsDriveLabelsV2LabelDisplayHints } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

UI display hints for rendering the label.

interface GoogleAppsDriveLabelsV2LabelDisplayHints {
disabled?: boolean;
hiddenInSearch?: boolean;
priority?: bigint;
shownInApply?: boolean;
}

§Properties

§
disabled?: boolean
[src]

Whether the label should be shown in the UI as disabled.

§
hiddenInSearch?: boolean
[src]

This label should be hidden in the search menu when searching for Drive items.

§
priority?: bigint
[src]

Order to display label in a list.

§
shownInApply?: boolean
[src]

This label should be shown in the apply menu when applying values to a Drive item.