Class IncidentUserDefinedFieldMetadata

Metadata for autocomplete-type user-defined fields, describing how to populate autocomplete options.

Hierarchy

  • IncidentUserDefinedFieldMetadata

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
category: string

The category of the autocomplete source.

searchLimitParam: string

The query parameter used to limit the number of autocomplete results.

searchParams: {
    [key: string]: any;
}

Additional query parameters to include in the search URL.

Type declaration

  • [key: string]: any
searchQueryParam: string

The query parameter used to pass typed input to the search URL.

searchResultPath: string

The JSON path to the results in the response body.

searchUrl: string

The URL used to populate autocomplete options.

Generated using TypeDoc