Skip to main content
A newer version of this page is available. .

IReportControlMetadata Interface

Provides information about a report control required to serialize, display and manage interactivity.

Declaration

interface IReportControlMetadata extends Analytics.Elements.IElementMetadata

Inheritance

IElementMetadata
IReportControlMetadata

Properties

canPaste Property

Declaration

canPaste?: (dropTarget: Analytics.Internal.ISelectionTarget) => boolean

Property Value

Type
(dropTarget: ISelectionTarget) => boolean

defaultBindingName Property

Specifies the name of an element’s default data binding.

Declaration

defaultBindingName?: string

Property Value

Type Description
string

The name of an element’s default data binding.