Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/Shopping/services/store/OrderMessage

Index

Variables

Variables

default: { actions: { createOrderMessage: any; updateMessage: any }; getters: { message: ((state: any) => any) }; mutations: {}; state: { message: string } }

Type declaration

  • actions: { createOrderMessage: any; updateMessage: any }
  • getters: { message: ((state: any) => any) }
    • message: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { message: string }
      • message: string

    Generated using TypeDoc