-
Notifications
You must be signed in to change notification settings - Fork 3
PropertyList.PropertySortOption
JaykeBird edited this page Feb 21, 2023
·
4 revisions
Back to home | Back to Reference | View raw text
Represents the sorting method used for sorting properties in a PropertyList.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi.PropertyList
SolidShineUi.PropertyList.PropertySortOption[[PropertySortOption]]
end
Represents the sorting method used for sorting properties in a PropertyList.
Sorted alphabetically by property name
Sorted by category (as determined by a Category attribute being present)
Generated with ModularDoc