WbkDataView.refreshMetaAttribute

Syntax

refreshMetaAttribute ();

Description

The refreshMetaAttribute method refreshes components that show information about attributes (series tree and breadcrumb).

Example

To execute the example, the page must contain the WbkDataBox component named wbkDataBox (see WbkDataBox Constructor), and also the following code must be added in the event handler that processes document opening:

console.log("Refresh the component that displays information about attributes (series tree and breadcrumb)");
wbkDataBox.refreshMetaAttribute()

After executing the example the components that show information about attributes (series tree and breadcrumb) are refreshed.

See also:

WbkDataView