Supported Cross-Visual Publish JavaScript Properties
The properties for the publish
method of the Zoomdata
class are described in the following table.
Property/Object | Description |
---|---|
<linkName> | The link (channel) name. Link names can be custom names, specified when a cross-source link is created, or names in the format The link name is defined when you define a cross-source link. See Define Cross-Source Links. It is published for use by a dashboard as a cross-visual filter. See Publish a Link. The link name represents the channel into which the message should be published. It is typically called a topic in standard publish/subscribe systems.
Type: string |
<message> | The message sent with the link. The message published can either be an arbitrary object or null. An object published to a link channel is not restricted to any particular structure but a Composer dashboard only recognizes messages in the structure described in Published Cross-Visual JavaScript Message Structure. Publishing a null message can clear the last published message from the channel. If the last published message's The most recently published message on each channel is stored and sent to new subscribers at the time of subscription. Type: object or null |
<options> | Options for how the link should be applied. All values are optional. Options include:
Type: object |
Comments
0 comments
Please sign in to leave a comment.