1.11.3 • Published 2 years ago

@elliemae/em-ssf-guest v1.11.3

Weekly downloads
448
License
BSD
Repository
-
Last release
2 years 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

2 years ago

2.0.0-next.26

2 years ago

2.0.0-next.27

2 years ago

2.0.0-next.28

2 years ago

2.0.0-next.24

2 years ago

2.0.0-next.25

2 years ago

2.0.0-next.18

3 years ago

2.0.0-next.19

3 years ago

2.0.0-next.20

3 years ago

2.0.0-next.21

3 years ago

2.0.0-next.22

3 years ago

2.0.0-next.23

3 years ago

2.0.0-next.15

3 years ago

2.0.0-next.16

3 years ago

2.0.0-next.17

3 years ago

2.0.0-next.8

3 years ago

2.0.0-next.9

3 years ago

2.0.0-next.7

3 years ago

2.0.0-next.10

3 years ago

2.0.0-next.11

3 years ago

2.0.0-next.12

3 years ago

2.0.0-next.13

3 years ago

2.0.0-next.14

3 years ago

2.0.0-next.6

3 years ago

2.0.0-next.4

3 years ago

2.0.0-next.5

3 years ago

2.0.0-next.2

3 years ago

2.0.0-next.3

3 years ago

2.0.0-next.1

3 years ago

1.11.2

3 years ago

1.11.1

5 years ago

1.11.0

5 years ago

1.10.2

5 years ago

1.10.1

5 years ago

1.10.0

6 years ago

1.9.0

6 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.5

7 years ago

1.5.4

7 years ago

1.5.3

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago