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

Home > @vue-storefront/core > UserGetters

UserGetters interface

Signature:

export interface UserGetters<USER> 

Properties

Property Modifiers Type Description
getEmailAddress (customer: USER) => string
getFirstName (customer: USER) => string
getFullName (customer: USER) => string
getLastName (customer: USER) => string