Flarum (v2.0.0-beta.2)
Preparing search index...
flarum
forum/components/AccessTokensList
IAccessTokensListAttrs
Interface IAccessTokensListAttrs
interface
IAccessTokensListAttrs
{
hideTokens
?:
boolean
;
icon
?:
string
;
ondelete
?:
(
token
:
AccessToken
)
=>
void
;
tokens
:
AccessToken
[]
;
type
:
"session"
|
"developer_token"
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
IAccessTokensListAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
hide
Tokens?
icon?
ondelete?
tokens
type
Properties
Optional
hide
Tokens
hideTokens
?:
boolean
Optional
icon
icon
?:
string
Optional
ondelete
ondelete
?:
(
token
:
AccessToken
)
=>
void
tokens
tokens
:
AccessToken
[]
type
type
:
"session"
|
"developer_token"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hide
Tokens
icon
ondelete
tokens
type
Flarum (v2.0.0-beta.2)
Loading...
Any other virtual element properties, including attributes and event handlers.