Skip to content

BasesViewConfig.setOrder method

BasesViewConfig › setOrder

Unofficial

Sets the ordered list of properties to display.

Signature:

setOrder(order: (`note.${string}` | `formula.${string}` | `file.${string}`)[]): void

Parameters:

Parameter Type Description
order (note.${string} | formula.${string} | file.${string})[] The property order.

Returns: void