Flarum (v1.8.10)
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 (v1.8.10)
Loading...
Any other virtual element properties, including attributes and event handlers.