Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/CustomStyle

Index

Variables

Variables

default: { actions: { calcCustomStyle: any; checkAdminComment: any; checkGuestLoginButton: any }; getters: { customAdminCommentStyle: ((state: any) => any); customGuestLoginButtonStyle: ((state: any) => any); hasCustomAdminComment: ((state: any) => boolean); hasCustomGuestLoginButton: ((state: any) => boolean) }; mutations: {}; state: { customAdminCommentStyle: null; customGuestLoginButtonStyle: null } }

Type declaration

  • actions: { calcCustomStyle: any; checkAdminComment: any; checkGuestLoginButton: any }
  • getters: { customAdminCommentStyle: ((state: any) => any); customGuestLoginButtonStyle: ((state: any) => any); hasCustomAdminComment: ((state: any) => boolean); hasCustomGuestLoginButton: ((state: any) => boolean) }
    • customAdminCommentStyle: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

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

          • state: any

          Returns any

    • hasCustomAdminComment: ((state: any) => boolean)
        • (state: any): boolean
        • Parameters

          • state: any

          Returns boolean

    • hasCustomGuestLoginButton: ((state: any) => boolean)
        • (state: any): boolean
        • Parameters

          • state: any

          Returns boolean

  • mutations: {}
    • state: { customAdminCommentStyle: null; customGuestLoginButtonStyle: null }
      • customAdminCommentStyle: null
      • customGuestLoginButtonStyle: null
    types: { UPDATE_ADMIN_COMMENT: string; UPDATE_GUEST_LOGIN_BUTTON: string } = ...

    Type declaration

    • UPDATE_ADMIN_COMMENT: string
    • UPDATE_GUEST_LOGIN_BUTTON: string

    Generated using TypeDoc