Flarum (v2.0.0-beta.5)
Preparing search index...
@flarum/extension-manager
components/AuthMethodModal
IAuthMethodModalAttrs
Interface IAuthMethodModalAttrs
interface
IAuthMethodModalAttrs
{
host
?:
string
;
onsubmit
:
(
type
:
string
,
host
:
string
,
token
:
string
)
=>
void
;
token
?:
string
;
type
?:
string
;
}
Hierarchy (
View Summary
)
IInternalModalAttrs
IAuthMethodModalAttrs
Index
Properties
host?
onsubmit
token?
type?
Properties
Optional
host
host
?:
string
onsubmit
onsubmit
:
(
type
:
string
,
host
:
string
,
token
:
string
)
=>
void
Optional
token
token
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
host
onsubmit
token
type
Flarum (v2.0.0-beta.5)
Loading...