Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
TagListIntentProps
Interface TagListIntentProps
Public
interface
TagListIntentProps
{
children
?:
ReactNode
;
intent
:
INTENT
;
isExpand
?:
boolean
;
isGhost
?:
boolean
;
list
:
ReactNode
[]
;
size
?:
SIZE
;
uppercase
?:
boolean
;
}
Hierarchy (
View Summary
)
TagIntentProps
TagListIntentProps
Index
Properties
children?
intent
is
Expand?
is
Ghost?
list
size?
uppercase?
Properties
Optional
children
children
?:
ReactNode
intent
intent
:
INTENT
Optional
is
Expand
isExpand
?:
boolean
Optional
is
Ghost
isGhost
?:
boolean
list
list
:
ReactNode
[]
Optional
size
size
?:
SIZE
Optional
uppercase
uppercase
?:
boolean
On This Page
Properties
children
intent
is
Expand
is
Ghost
list
size
uppercase
Юниверс DG SDK UI
Loading...
Public