Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/Post

Index

Variables

Variables

default: { actions: { checkLiveMode: any; setLivewebProductButtonText: any; updateCommentThrottle: any; updateIsSubWindow: any; updateShowHandsUpLogo: any }; getters: { commentThrottle: ((state: any) => any); isSubWindow: ((state: any) => any); liveMode: ((state: any) => any); productButtonText: ((state: any) => any); showHandsUpLogo: ((state: any) => any) }; mutations: { UPDATE_COMMENT_THROTTLE: any; UPDATE_IS_SUB_WINDOW: any; UPDATE_LIVE_MODE: any; UPDATE_PRODUCT_BUTTON_TEXT: any; UPDATE_SHOW_HANDSUP_LOGO: any }; state: { commentThrottle: number; isSubWindow: boolean; liveMode: string; productButtonText: string; showHandsUpLogo: boolean } }

Type declaration

  • actions: { checkLiveMode: any; setLivewebProductButtonText: any; updateCommentThrottle: any; updateIsSubWindow: any; updateShowHandsUpLogo: any }
  • getters: { commentThrottle: ((state: any) => any); isSubWindow: ((state: any) => any); liveMode: ((state: any) => any); productButtonText: ((state: any) => any); showHandsUpLogo: ((state: any) => any) }
    • commentThrottle: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • isSubWindow: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • liveMode: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • productButtonText: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • showHandsUpLogo: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: { UPDATE_COMMENT_THROTTLE: any; UPDATE_IS_SUB_WINDOW: any; UPDATE_LIVE_MODE: any; UPDATE_PRODUCT_BUTTON_TEXT: any; UPDATE_SHOW_HANDSUP_LOGO: any }
  • state: { commentThrottle: number; isSubWindow: boolean; liveMode: string; productButtonText: string; showHandsUpLogo: boolean }
    • commentThrottle: number
    • isSubWindow: boolean
    • liveMode: string
    • productButtonText: string
    • showHandsUpLogo: boolean

Generated using TypeDoc