Search
Preparing search index...
The search index is not available
DaVinci
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
DaVinci_API
SearchLayout
Class SearchLayout
Defines how to search and pop records in the CRM.
Hierarchy
SearchLayout
Implements
ISearchLayout
Index
Constructors
constructor
Properties
Default
Inbound
Internal
Multi
Match
No
Match
Open
InNew
Window
Outbound
Single
Match
Methods
get
Default
get
Inbound
get
Internal
get
Multi
Match
get
NoMatch
get
Open
InNew
Window
get
Outbound
get
Single
Match
set
Default
set
Inbound
set
Internal
set
Multi
Match
set
NoMatch
set
Open
InNew
Window
set
Outbound
set
Single
Match
fromJSON
Constructors
constructor
new
Search
Layout
(
openInWindow
:
boolean
, defaultLayout
:
ISearchLayoutForEntity
[]
)
:
SearchLayout
Parameters
openInWindow:
boolean
defaultLayout:
ISearchLayoutForEntity
[]
Returns
SearchLayout
Properties
Default
Default
:
ISearchLayoutForEntity
[]
Inbound
Inbound
:
ISearchLayoutForEntity
[]
Internal
Internal
:
ISearchLayoutForEntity
[]
Multi
Match
Multi
Match
:
{
data
?:
any
;
type
:
MULTI_MATCH_POP_TYPES
}
Type declaration
Optional
data
?:
any
type
:
MULTI_MATCH_POP_TYPES
No
Match
No
Match
:
{
data
?:
any
;
type
:
NO_MATCH_POP_TYPES
}
Type declaration
Optional
data
?:
any
type
:
NO_MATCH_POP_TYPES
Open
InNew
Window
Open
InNew
Window
:
boolean
Outbound
Outbound
:
ISearchLayoutForEntity
[]
Single
Match
Single
Match
:
{
data
?:
any
;
type
:
SINGLE_MATCH_POP_TYPES
}
Type declaration
Optional
data
?:
any
type
:
SINGLE_MATCH_POP_TYPES
Methods
get
Default
get
Default
(
)
:
ISearchLayoutForEntity
[]
Returns
ISearchLayoutForEntity
[]
get
Inbound
get
Inbound
(
)
:
ISearchLayoutForEntity
[]
Returns
ISearchLayoutForEntity
[]
get
Internal
get
Internal
(
)
:
ISearchLayoutForEntity
[]
Returns
ISearchLayoutForEntity
[]
get
Multi
Match
get
Multi
Match
(
)
:
{
data
?:
any
;
type
:
MULTI_MATCH_POP_TYPES
}
Returns
{
data
?:
any
;
type
:
MULTI_MATCH_POP_TYPES
}
Optional
data
?:
any
type
:
MULTI_MATCH_POP_TYPES
get
NoMatch
get
NoMatch
(
)
:
{
data
?:
any
;
type
:
NO_MATCH_POP_TYPES
}
Returns
{
data
?:
any
;
type
:
NO_MATCH_POP_TYPES
}
Optional
data
?:
any
type
:
NO_MATCH_POP_TYPES
get
Open
InNew
Window
get
Open
InNew
Window
(
)
:
boolean
Returns
boolean
get
Outbound
get
Outbound
(
)
:
ISearchLayoutForEntity
[]
Returns
ISearchLayoutForEntity
[]
get
Single
Match
get
Single
Match
(
)
:
{
data
?:
any
;
type
:
SINGLE_MATCH_POP_TYPES
}
Returns
{
data
?:
any
;
type
:
SINGLE_MATCH_POP_TYPES
}
Optional
data
?:
any
type
:
SINGLE_MATCH_POP_TYPES
set
Default
set
Default
(
defaultLayout
:
ISearchLayoutForEntity
[]
)
:
void
Parameters
defaultLayout:
ISearchLayoutForEntity
[]
Returns
void
set
Inbound
set
Inbound
(
inbound
:
ISearchLayoutForEntity
[]
)
:
void
Parameters
inbound:
ISearchLayoutForEntity
[]
Returns
void
set
Internal
set
Internal
(
internal
:
ISearchLayoutForEntity
[]
)
:
void
Parameters
internal:
ISearchLayoutForEntity
[]
Returns
void
set
Multi
Match
set
Multi
Match
(
multiMatch
:
{
data
?:
any
;
type
:
MULTI_MATCH_POP_TYPES
}
)
:
void
Parameters
multiMatch:
{
data
?:
any
;
type
:
MULTI_MATCH_POP_TYPES
}
Optional
data
?:
any
type
:
MULTI_MATCH_POP_TYPES
Returns
void
set
NoMatch
set
NoMatch
(
noMatch
:
{
data
?:
any
;
type
:
NO_MATCH_POP_TYPES
}
)
:
void
Parameters
noMatch:
{
data
?:
any
;
type
:
NO_MATCH_POP_TYPES
}
Optional
data
?:
any
type
:
NO_MATCH_POP_TYPES
Returns
void
set
Open
InNew
Window
set
Open
InNew
Window
(
openInNewWindow
:
boolean
)
:
void
Parameters
openInNewWindow:
boolean
Returns
void
set
Outbound
set
Outbound
(
outbound
:
ISearchLayoutForEntity
[]
)
:
void
Parameters
outbound:
ISearchLayoutForEntity
[]
Returns
void
set
Single
Match
set
Single
Match
(
singleMatch
:
{
data
?:
any
;
type
:
SINGLE_MATCH_POP_TYPES
}
)
:
void
Parameters
singleMatch:
{
data
?:
any
;
type
:
SINGLE_MATCH_POP_TYPES
}
Optional
data
?:
any
type
:
SINGLE_MATCH_POP_TYPES
Returns
void
Static
fromJSON
fromJSON
(
input
:
ISearchLayout
)
:
SearchLayout
Parameters
input:
ISearchLayout
Returns
SearchLayout
Globals
Da
Vinci_
API
src\app\api\
Logger
src\app\api\models
Search
Layout
constructor
Default
Inbound
Internal
Multi
Match
No
Match
Open
InNew
Window
Outbound
Single
Match
get
Default
get
Inbound
get
Internal
get
Multi
Match
get
NoMatch
get
Open
InNew
Window
get
Outbound
get
Single
Match
set
Default
set
Inbound
set
Internal
set
Multi
Match
set
NoMatch
set
Open
InNew
Window
set
Outbound
set
Single
Match
fromJSON
Generated using
TypeDoc
Defines how to search and pop records in the CRM.