DateFilterArrangementMode Type
In This Article
Lists values used to specify how the Date Filter dashboard item arranges quick filter elements.
#Declaration
TypeScript
export type DateFilterArrangementMode = "AutoHeight" | "Horizontal" | "Vertical"
#Members
Name | Description |
---|---|
"Auto |
Elements are arranged in horizontal order in a row and moved to the next row |
"Horizontal" | Elements are arranged in horizontal order in a row and moved to the next row |
"Vertical" | Elements are arranged in vertical order in a column and moved to the next column |
#Remarks
Values listed in this type alias are used to set the DateFilterItem.arrangementMode property.