Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/Video

Index

Variables

Variables

default: { actions: { updateIsMute: any }; getters: { isMute: ((state: any) => any) }; mutations: {}; state: { isMute: boolean } }

Type declaration

  • actions: { updateIsMute: any }
  • getters: { isMute: ((state: any) => any) }
    • isMute: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { isMute: boolean }
      • isMute: boolean
    types: { UPDATE_IS_MUTE: string } = ...

    Type declaration

    • UPDATE_IS_MUTE: string

    Generated using TypeDoc