Skip to main content

IBrickNodeNavigation Interface

Provides navigation settings for a brick used to construct a document in the Web Document Viewer.

Declaration

export interface IBrickNodeNavigation

Properties

drillDownKey Property

Specifies a drill-down key.

Declaration

drillDownKey?: string

Property Value

Type
string

Remarks

The drill-down key is not empty for bricks providing functionality for drill-down reports.

drillThroughData Property

Declaration

drillThroughData?: string

Property Value

Type
string

target Property

Specifies the target window or frame in which to display the linked Web page’s content when the brick is clicked.

Declaration

target?: string

Property Value

Type Description
string

A string that specifies the window or frame to which to target the URL’s content.

url Property

Specifies the URL to navigate to when a brick is a clicked.

Declaration

url?: string

Property Value

Type Description
string

The URL.

Remarks

The url property specifies a URL to which the client web browser navigates whenever a brick is clicked. If this property is set to an empty string, no navigation is performed when the brick is clicked. The Web browser displays a Web page in the window or frame as specified by the target property.