Interface CfnDashboard.IPluginVisualConfigurationProperty
The plugin visual configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPluginVisualConfigurationProperty
Syntax (vb)
Public Interface IPluginVisualConfigurationProperty
Remarks
This includes the field wells, sorting options, and persisted options of the plugin visual.
ExampleMetadata: fixture=_generated
Synopsis
Properties
Field |
The field wells configuration of the plugin visual. |
Sort |
The sort configuration of the plugin visual. |
Visual |
The persisted properties of the plugin visual. |
Properties
FieldWells
The field wells configuration of the plugin visual.
virtual object FieldWells { get; }
Property Value
System.
Remarks
SortConfiguration
The sort configuration of the plugin visual.
virtual object SortConfiguration { get; }
Property Value
System.
Remarks
VisualOptions
The persisted properties of the plugin visual.
virtual object VisualOptions { get; }
Property Value
System.