Published Cross-Visual JavaScript Message Structure
This applies to: Visual Data Discovery
All messages (cross-visual filters) that can be consumed by Symphony or that will be published by Symphony must conform to the following structure. The value of the type
property defines the structure of the rest of the message.
The properties for the message (filter) structure are described in the following table:
Property | Description |
---|---|
|
Only a value of Type: string |
|
Identifies the type of value being selected. The following value types are supported:
Type: string |
|
An array of selected ranges. The set of allowed operations depends on the specified ranges: [
{
operation: '<operation>',
value: '<value>'
},
]
The Type: array |
|
The filter operation. Supported operations include:
Type: string |
|
Provide a value as described for each filter Type: string, number, array<string | number | null> |
Comments
0 comments
Please sign in to leave a comment.