Docs
Reference
Functions
useOrderList

The useOrderList function is a React hook that returns a list of order. This hook should only be used in order page type.

Usage

import { useOrderList } from "builderoo";
 
const orders = useOrderList()

Returns

a OrderListItem[]