Preparing search index...
@universe-dg/sdk
Universe
DG
DataCommon
AssetSearchTableCellProps
Interface AssetSearchTableCellProps
Public
interface
AssetSearchTableCellProps
{
column
:
ISearchColumn
;
entityName
:
string
;
getAssetTypeDisplayName
:
(
name
:
string
)
=>
string
;
getIsPhysical
:
(
name
:
string
)
=>
boolean
;
linkDescriptor
:
{
hash
?:
string
;
key
?:
string
;
pathname
?:
string
;
search
?:
string
;
state
?:
unknown
;
}
;
namespaceId
:
keyof
INamespace
;
record
:
SearchHit
;
routerStore
?:
RouterStoreType
;
rowIndex
:
number
;
}
Index
Properties
column
entity
Name
get
Asset
Type
Display
Name
get
Is
Physical
link
Descriptor
namespace
Id
record
router
Store?
row
Index
Properties
column
column
:
ISearchColumn
entity
Name
entityName
:
string
get
Asset
Type
Display
Name
getAssetTypeDisplayName
:
(
name
:
string
)
=>
string
get
Is
Physical
getIsPhysical
:
(
name
:
string
)
=>
boolean
link
Descriptor
linkDescriptor
:
{
hash
?:
string
;
key
?:
string
;
pathname
?:
string
;
search
?:
string
;
state
?:
unknown
;
}
namespace
Id
namespaceId
:
keyof
INamespace
record
record
:
SearchHit
Optional
router
Store
routerStore
?:
RouterStoreType
row
Index
rowIndex
:
number
On This Page
Properties
column
entity
Name
get
Asset
Type
Display
Name
get
Is
Physical
link
Descriptor
namespace
Id
record
router
Store
row
Index
Юниверс DG SDK UI
Loading...
Public