Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchLayout

Defines how to search and pop records in the CRM.

Hierarchy

  • SearchLayout

Implements

Index

Constructors

constructor

Properties

Default

Inbound

Internal

MultiMatch

MultiMatch: { data?: any; type: MULTI_MATCH_POP_TYPES }

Type declaration

NoMatch

NoMatch: { data?: any; type: NO_MATCH_POP_TYPES }

Type declaration

OpenInNewWindow

OpenInNewWindow: boolean

Outbound

SingleMatch

SingleMatch: { data?: any; type: SINGLE_MATCH_POP_TYPES }

Type declaration

Methods

getDefault

getInbound

getInternal

getMultiMatch

getNoMatch

getOpenInNewWindow

  • getOpenInNewWindow(): boolean
  • Returns boolean

getOutbound

getSingleMatch

setDefault

  • Parameters

    Returns void

setInbound

setInternal

  • Parameters

    Returns void

setMultiMatch

setNoMatch

setOpenInNewWindow

  • setOpenInNewWindow(openInNewWindow: boolean): void
  • Parameters

    • openInNewWindow: boolean

    Returns void

setOutbound

  • Parameters

    Returns void

setSingleMatch

Static fromJSON

Generated using TypeDoc