-
Notifications
You must be signed in to change notification settings - Fork 12
Layout API
Note: This page is incomplete, and needs attention!
nameList - string
Comma separated list of player names. Not used if groupFilter is set.
groupFilter - string
Comma seperated list of raid group numbers (1-8) and/or uppercase class names.
strictFiltering - boolean
If true, then characters must match both a group and a class from the groupFilter list.
groupingOrder - string
Specifies the order of the groupings (ie. "1,2,3,4,5,6,7,8")
`groupBy = string ["GROUP", "CLASS"] or nil
Required if groupingOrder is set. Default: nil
`sortDir = string ["ASC", "DESC"]
Defines the sort order. Default: "ASC"
`sortMethod = ["INDEX", "NAME"]
Defines how the group is sorted. Default: "INDEX"
columnAnchorPoint - string
Anchor point of each new column (ie. use LEFT for the columns to grow to the right)
columnSpacing - number
Amount of space between the rows/columns. Default: 0
maxColumns - number
Maximum number of columns the header will create. Default: 1
unitsPerColumn - number or nil
Maximum units that will be displayed in a singe column, or nil for unlimited. Default: nil
startingIndex - number
Index in the final sorted unit list at which to start displaying units. Default: 1
isPetGroup - boolean
If true, this column will show pets instead of player characters. Unlike the other attributes, this one is not part of the Blizzard API.
filterOnPet - boolean
If true, then pet names are used when sorting/filtering the list, instead of owner names.
useOwnerUnit - boolean:
If true, then the owner's unit string is set on managed's frames "unit" attribute, instead of the pet's.