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

GoogleAppsDriveLabelsV2FieldDisplayHints

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

UI display hints for rendering a field.

interface GoogleAppsDriveLabelsV2FieldDisplayHints {
disabled?: boolean;
hiddenInSearch?: boolean;
required?: boolean;
shownInApply?: boolean;
}

§Properties

§
disabled?: boolean
[src]

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

§
hiddenInSearch?: boolean
[src]

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

§
required?: boolean
[src]

Whether the field should be shown as required in the UI.

§
shownInApply?: boolean
[src]

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