Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/Animation

Index

Variables

Variables

default: { actions: { updateShowRibbon: any }; getters: { showRibbon: ((state: any) => any) }; mutations: {}; state: { showRibbon: boolean } }

Type declaration

  • actions: { updateShowRibbon: any }
    • updateShowRibbon:function
      • updateShowRibbon(__namedParameters: Object, duration?: number): void
  • getters: { showRibbon: ((state: any) => any) }
    • showRibbon: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { showRibbon: boolean }
      • showRibbon: boolean
    types: { UPDATE_SHOW_RIBBON: string } = ...

    Type declaration

    • UPDATE_SHOW_RIBBON: string

    Generated using TypeDoc