Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/Blacklist

Index

Variables

Variables

default: { actions: { addCommentBlacklist: any; fetchCommentBlacklist: any; removeCommentBlacklist: any }; getters: { commentBlacklist: ((state: any) => any); commentBlacklistLoadingState: ((state: any) => any) }; mutations: {}; state: { blacklist: Set<any>; error: null; loadingState: string } }

Type declaration

  • actions: { addCommentBlacklist: any; fetchCommentBlacklist: any; removeCommentBlacklist: any }
  • getters: { commentBlacklist: ((state: any) => any); commentBlacklistLoadingState: ((state: any) => any) }
    • commentBlacklist: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

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

          • state: any

          Returns any

  • mutations: {}
    • state: { blacklist: Set<any>; error: null; loadingState: string }
      • blacklist: Set<any>
      • error: null
      • loadingState: string
    types: { ADD_BLACKLIST: string; FETCH_BLACKLIST: string; FETCH_BLACKLIST_FAILED: string; FETCH_BLACKLIST_SUCCESS: string; REMOVE_BLACKLIST: string } = ...

    Type declaration

    • ADD_BLACKLIST: string
    • FETCH_BLACKLIST: string
    • FETCH_BLACKLIST_FAILED: string
    • FETCH_BLACKLIST_SUCCESS: string
    • REMOVE_BLACKLIST: string

    Generated using TypeDoc