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

EnterpriseCrmEventbusProtoParamSpecEntryConfig

import type { EnterpriseCrmEventbusProtoParamSpecEntryConfig } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoParamSpecEntryConfig {
descriptivePhrase?: string;
helpText?: string;
hideDefaultValue?: boolean;
inputDisplayOption?:
| "DEFAULT"
| "STRING_MULTI_LINE"
| "NUMBER_SLIDER"
| "BOOLEAN_TOGGLE";
isHidden?: boolean;
label?: string;
parameterNameOption?:
| "DEFAULT_NOT_PARAMETER_NAME"
| "IS_PARAMETER_NAME"
| "KEY_IS_PARAMETER_NAME"
| "VALUE_IS_PARAMETER_NAME";
subSectionLabel?: string;
uiPlaceholderText?: string;
}

§Properties

§
descriptivePhrase?: string
[src]

A short phrase to describe what this parameter contains.

§
helpText?: string
[src]

Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.

§
hideDefaultValue?: boolean
[src]

Whether the default value is hidden in the UI.

§
inputDisplayOption?: "DEFAULT" | "STRING_MULTI_LINE" | "NUMBER_SLIDER" | "BOOLEAN_TOGGLE"
[src]
§
isHidden?: boolean
[src]

Whether this field is hidden in the UI.

§
label?: string
[src]

A user-friendly label for the parameter.

§
parameterNameOption?: "DEFAULT_NOT_PARAMETER_NAME" | "IS_PARAMETER_NAME" | "KEY_IS_PARAMETER_NAME" | "VALUE_IS_PARAMETER_NAME"
[src]
§
subSectionLabel?: string
[src]

A user-friendly label for subSection under which the parameter will be displayed.

§
uiPlaceholderText?: string
[src]

Placeholder text which will appear in the UI input form for this parameter.