Dashboard Parameter Drop Down Control
data class DashboardParameterDropDownControl(val cascadingControlConfiguration: DashboardCascadingControlConfiguration? = null, val displayOptions: DashboardDropDownControlDisplayOptions? = null, val parameterControlId: String, val selectableValues: DashboardParameterSelectableValues? = null, val sourceParameterName: String, val title: String, val type: DashboardSheetControlListType? = null)
Constructors
Link copied to clipboard
fun DashboardParameterDropDownControl(cascadingControlConfiguration: DashboardCascadingControlConfiguration? = null, displayOptions: DashboardDropDownControlDisplayOptions? = null, parameterControlId: String, selectableValues: DashboardParameterSelectableValues? = null, sourceParameterName: String, title: String, type: DashboardSheetControlListType? = null)