BasesViewConfig.setOrder method
BasesViewConfig › setOrder
Unofficial
Sets the ordered list of properties to display.Signature:
setOrder(order: (`note.${string}` | `formula.${string}` | `file.${string}`)[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| order | (note.${string} | formula.${string} | file.${string})[] | The property order. |
Returns: void