Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components
IScaffold3TabInternal
Interface IScaffold3TabInternal<T>
Represents an internal interface for a scaffold tab.
interface
IScaffold3TabInternal
<
T
=
Payload
>
{
active
:
boolean
;
disabled
:
boolean
;
icon
?:
any
;
id
:
string
;
label
?:
string
;
path
:
string
;
visible
:
boolean
;
}
Type Parameters
T
=
Payload
The payload type of the tab.
Hierarchy
Omit
<
IScaffold3Tab
<
T
>
,
keyof
{
isActive
:
never
;
isDisabled
:
never
;
isVisible
:
never
}
,
>
IScaffold3TabInternal
Index
Properties
active
disabled
icon?
id
label?
path
visible
Properties
active
active
:
boolean
disabled
disabled
:
boolean
Optional
icon
icon
?:
any
id
id
:
string
Optional
label
label
?:
string
path
path
:
string
visible
visible
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
disabled
icon
id
label
path
visible
react-declarative
Loading...
Represents an internal interface for a scaffold tab.