Skip to content

PropertyList.PropertySortOption

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

PropertySortOption enum

Description

Represents the sorting method used for sorting properties in a PropertyList.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.PropertyList
  SolidShineUi.PropertyList.PropertySortOption[[PropertySortOption]]
  end
Loading

Details

Summary

Represents the sorting method used for sorting properties in a PropertyList.

Fields

Name

Summary

Sorted alphabetically by property name

Category

Summary

Sorted by category (as determined by a Category attribute being present)

Generated with ModularDoc

Clone this wiki locally