Teleforge API Reference - v0.1.0
Preparing search index...
ui/src
SettingsItemProps
Interface SettingsItemProps
interface
SettingsItemProps
{
checked
?:
boolean
;
className
?:
string
;
destructive
?:
boolean
;
disabled
?:
boolean
;
icon
?:
ReactNode
;
onChange
?:
(
checked
:
boolean
)
=>
void
;
onClick
?:
()
=>
void
;
subtitle
?:
string
;
title
:
string
;
value
?:
string
;
variant
?:
SettingsItemVariant
;
}
Index
Properties
checked?
class
Name?
destructive?
disabled?
icon?
on
Change?
on
Click?
subtitle?
title
value?
variant?
Properties
Optional
checked
checked
?:
boolean
Optional
class
Name
className
?:
string
Optional
destructive
destructive
?:
boolean
Optional
disabled
disabled
?:
boolean
Optional
icon
icon
?:
ReactNode
Optional
on
Change
onChange
?:
(
checked
:
boolean
)
=>
void
Optional
on
Click
onClick
?:
()
=>
void
Optional
subtitle
subtitle
?:
string
title
title
:
string
Optional
value
value
?:
string
Optional
variant
variant
?:
SettingsItemVariant
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
checked
class
Name
destructive
disabled
icon
on
Change
on
Click
subtitle
title
value
variant
Teleforge API Reference - v0.1.0
Loading...