JavaScript Extension Development API for Oracle Visual Builder Cloud Service - Classic Applications

Object Literal: components.dt/js/spi/propertyinspectors/PropertyInspector.Tab

Description of one tab in Property Inspector panel. Used in constructor for PropertyInspector.

Version:
  • 16.3.5
Source:

Members

html :string

stable API

HTML source fragment to be used as Knockout template for the tab.

Type:
  • string
Version:
  • 17.2.3
Source:

id :string

stable API

Unique id of this tab (two tabs in a PI cannot have the same id).

Type:
  • string
Version:
  • 16.3.5
Source:

model :object

stable API

Knockout view model for the tab.

Type:
  • object
Version:
  • 16.3.5
Source:

template :string

stable API

Template name for the tab. The template has to be already loaded.

Type:
  • string
Version:
  • 16.3.5
Deprecated:
Source:

title :string

stable API

Human-readable tab title, possibly translated.

Tip: Pre-defined names for standard Property Inspector tabs can be found in TabNames.

Type:
  • string
Version:
  • 16.3.5
Source: