SwaggerCustomDynamicTreeCommand interface

The swagger tree command.

Properties

itemFullTitlePath

The path to an item property which defines the display name of the item.

itemIsParent

The path to an item property which defines the display name of the item.

itemsPath

The path to an item property which defines the display name of the item.

itemTitlePath

The path to an item property which defines the display name of the item.

itemValuePath

The path to an item property which defines the display name of the item.

operationId

The path to an item property which defines the display name of the item.

parameters

Dictionary of

selectableFilter

The path to an item property which defines the display name of the item.

Property Details

itemFullTitlePath

The path to an item property which defines the display name of the item.

itemFullTitlePath?: string

Property Value

string

itemIsParent

The path to an item property which defines the display name of the item.

itemIsParent?: string

Property Value

string

itemsPath

The path to an item property which defines the display name of the item.

itemsPath?: string

Property Value

string

itemTitlePath

The path to an item property which defines the display name of the item.

itemTitlePath?: string

Property Value

string

itemValuePath

The path to an item property which defines the display name of the item.

itemValuePath?: string

Property Value

string

operationId

The path to an item property which defines the display name of the item.

operationId?: string

Property Value

string

parameters

Dictionary of

parameters?: {[propertyName: string]: SwaggerCustomDynamicTreeParameter}

Property Value

{[propertyName: string]: SwaggerCustomDynamicTreeParameter}

selectableFilter

The path to an item property which defines the display name of the item.

selectableFilter?: string

Property Value

string