default
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 }
calcCustomStyle:function
- calcCustomStyle(__namedParameters: Object): void
Parameters
__namedParameters: Object
Returns void
checkAdminComment:function
- checkAdminComment(__namedParameters: Object): void
Parameters
__namedParameters: Object
Returns void
checkGuestLoginButton:function
- checkGuestLoginButton(__namedParameters: Object): void
Parameters
__namedParameters: Object
Returns void
getters: { customAdminCommentStyle: ((state: any) => any); customGuestLoginButtonStyle: ((state: any) => any); hasCustomAdminComment: ((state: any) => boolean); hasCustomGuestLoginButton: ((state: any) => boolean) }
customAdminCommentStyle: ((state: any) => any)
customGuestLoginButtonStyle: ((state: any) => any)
hasCustomAdminComment: ((state: any) => boolean)
Parameters
Returns boolean
hasCustomGuestLoginButton: ((state: any) => boolean)
Parameters
Returns boolean
mutations: {}
state: { customAdminCommentStyle: null; customGuestLoginButtonStyle: null }
customAdminCommentStyle: null
customGuestLoginButtonStyle: null