Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
TabItem
Type Alias TabItem<KEY_ENUM>
Public
type
TabItem
<
KEY_ENUM
extends
string
=
string
>
=
{
"data-qaid"
?:
string
;
hasError
?:
boolean
;
isDisabled
?:
boolean
;
key
:
KEY_ENUM
;
leftIcon
?:
ReactNode
;
rightIcon
?:
ReactNode
;
tab
:
ReactNode
;
}
Type Parameters
KEY_ENUM
extends
string
=
string
Index
Properties
data-
qaid?
has
Error?
is
Disabled?
key
left
Icon?
right
Icon?
tab
Properties
Optional
data-
qaid
"data-qaid"
?:
string
Optional
has
Error
hasError
?:
boolean
Optional
is
Disabled
isDisabled
?:
boolean
key
key
:
KEY_ENUM
Optional
left
Icon
leftIcon
?:
ReactNode
Optional
right
Icon
rightIcon
?:
ReactNode
tab
tab
:
ReactNode
On This Page
Properties
data-
qaid
has
Error
is
Disabled
key
left
Icon
right
Icon
tab
Юниверс DG SDK UI
Loading...
Public