1.11.3 • Published 1 year ago

@elliemae/em-ssf-guest v1.11.3

Weekly downloads
448
License
BSD
Repository
-
Last release
1 year ago

Ellie Mae Scripting Framework Guest Library (EM-SSF)

This library provides the JavaScript object framework required to interact with Ellie Mae applications, such as LO Connect, TPO Connect, etc. Because integrators' code runs within a sandboxed iframe, it cannot directly access the objects/resources of the parent ("host") application. Instead, the application "publishes" a set of JavaScript objects that can be invoked by the iframed JavaScript (referred to as the "guest").

Interactions thru the EM-SSF always start by instantiating the scripting object and retrieving a published object from the host, e.g.

import emssf from '@elliemae/em-ssf-guest'
var hostObject = await emssf.getObject("<object_name>");

Once an object is retrieved, you can call its publicly exposed methods to interact with the host application. Note that each host application will expose a different set of objects, so consult the documentation for the appropriate product to learn more about the published objects.

1.11.3

1 year ago

2.0.0-next.26

1 year ago

2.0.0-next.27

1 year ago

2.0.0-next.28

1 year ago

2.0.0-next.24

1 year ago

2.0.0-next.25

1 year ago

2.0.0-next.18

1 year ago

2.0.0-next.19

1 year ago

2.0.0-next.20

1 year ago

2.0.0-next.21

1 year ago

2.0.0-next.22

1 year ago

2.0.0-next.23

1 year ago

2.0.0-next.15

1 year ago

2.0.0-next.16

1 year ago

2.0.0-next.17

1 year ago

2.0.0-next.8

2 years ago

2.0.0-next.9

1 year ago

2.0.0-next.7

2 years ago

2.0.0-next.10

1 year ago

2.0.0-next.11

1 year ago

2.0.0-next.12

1 year ago

2.0.0-next.13

1 year ago

2.0.0-next.14

1 year ago

2.0.0-next.6

2 years ago

2.0.0-next.4

2 years ago

2.0.0-next.5

2 years ago

2.0.0-next.2

2 years ago

2.0.0-next.3

2 years ago

2.0.0-next.1

2 years ago

1.11.2

2 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.5

6 years ago

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago