You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseUserOrder

UseUserOrder interface

Signature:

export interface UseUserOrder<ORDERS, ORDER_SEARCH_PARAMS, API extends PlatformApi = any> extends Composable<API> 

Extends: Composable

Properties

Property Modifiers Type Description
error ComputedProperty<UseUserOrderErrors>
loading ComputedProperty<boolean>
orders ComputedProperty<ORDERS>

Methods

Method Description
search(params)