Preparing search index...
The search index is not available
efficy-u-rpc-api
efficy-u-rpc-api
CrmTypes
SearchItem
Interface SearchItem<T>
interface
SearchItem
<
T
>
{
fields
:
SearchItemField
<
T
>
[]
;
key
:
string
;
links
?:
Record
<
string
,
SearchItemLink
>
;
name
:
string
;
page
?:
RouterLink
;
picturePath
?:
string
;
secondaryText
?:
string
;
tag
:
string
;
type
:
string
;
}
Type Parameters
T
extends
JSONPrimitive
=
JSONPrimitive
Hierarchy (
view full
)
BasicSearchItem
SearchItem
Index
Properties
fields
key
links?
name
page?
picture
Path?
secondary
Text?
tag
type
Properties
fields
fields
:
SearchItemField
<
T
>
[]
key
key
:
string
Optional
links
links
?:
Record
<
string
,
SearchItemLink
>
name
name
:
string
Optional
page
page
?:
RouterLink
Optional
picture
Path
picture
Path
?:
string
Optional
secondary
Text
secondary
Text
?:
string
tag
tag
:
string
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
fields
key
links
name
page
picture
Path
secondary
Text
tag
type
efficy-u-rpc-api
Loading...