@elliemae/pui-scripting-object 1.51.2 → 1.54.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (510) hide show
  1. package/build/docs/404.html +16 -0
  2. package/build/docs/Objects/analytics/index.html +21 -0
  3. package/build/docs/Objects/application/index.html +21 -0
  4. package/build/docs/Objects/auth/index.html +21 -0
  5. package/build/docs/Objects/form/index.html +21 -0
  6. package/build/docs/Objects/global/index.html +21 -0
  7. package/build/docs/Objects/http/index.html +21 -0
  8. package/build/docs/Objects/loan/index.html +21 -0
  9. package/build/docs/Objects/memstorage/index.html +21 -0
  10. package/build/docs/Objects/module/index.html +26 -0
  11. package/build/docs/Objects/service/index.html +21 -0
  12. package/build/docs/Objects/session/index.html +21 -0
  13. package/build/docs/Objects/styling/index.html +23 -0
  14. package/build/docs/Objects/transaction/index.html +21 -0
  15. package/build/docs/Objects/transactiontemplate/index.html +21 -0
  16. package/build/docs/api/enumerations/EditModes/index.html +19 -0
  17. package/build/docs/api/enumerations/FormType/index.html +19 -0
  18. package/build/docs/api/enumerations/LoanCollection/index.html +19 -0
  19. package/build/docs/api/enumerations/LoanLevelActions/index.html +19 -0
  20. package/build/docs/api/enumerations/LogLevels/index.html +19 -0
  21. package/build/docs/api/enumerations/ModalSize/index.html +19 -0
  22. package/build/docs/api/enumerations/ModalType/index.html +19 -0
  23. package/build/docs/api/enumerations/NavigationType/index.html +19 -0
  24. package/build/docs/api/enumerations/OpenMode/index.html +19 -0
  25. package/build/docs/api/enumerations/OpenType/index.html +19 -0
  26. package/build/docs/api/enumerations/OriginContext/index.html +19 -0
  27. package/build/docs/api/enumerations/RecordActions/index.html +19 -0
  28. package/build/docs/api/enumerations/RecordViewType/index.html +19 -0
  29. package/build/docs/api/enumerations/SCOPE/index.html +19 -0
  30. package/build/docs/api/enumerations/ScriptingObjectNames/index.html +18 -0
  31. package/build/docs/api/enumerations/ServiceSetupCategory/index.html +19 -0
  32. package/build/docs/api/enumerations/ToastType/index.html +19 -0
  33. package/build/docs/api/enumerations/TokenType/index.html +19 -0
  34. package/build/docs/api/index.html +22 -0
  35. package/build/docs/api/interfaces/IAnalytics/index.html +133 -0
  36. package/build/docs/api/interfaces/IApplication/index.html +224 -0
  37. package/build/docs/api/interfaces/IAuth/index.html +87 -0
  38. package/build/docs/api/interfaces/IEvent/index.html +29 -0
  39. package/build/docs/api/interfaces/IForm/index.html +74 -0
  40. package/build/docs/api/interfaces/IGlobal/index.html +88 -0
  41. package/build/docs/api/interfaces/IHttp/index.html +133 -0
  42. package/build/docs/api/interfaces/ILoan/index.html +353 -0
  43. package/build/docs/api/interfaces/IMemStorage/index.html +80 -0
  44. package/build/docs/api/interfaces/IModule/index.html +92 -0
  45. package/build/docs/api/interfaces/IScriptingObject/index.html +58 -0
  46. package/build/docs/api/interfaces/IScriptingObjectProxy/index.html +27 -0
  47. package/build/docs/api/interfaces/IService/index.html +118 -0
  48. package/build/docs/api/interfaces/ISession/index.html +69 -0
  49. package/build/docs/api/interfaces/IStyling/index.html +133 -0
  50. package/build/docs/api/interfaces/ITransaction/index.html +211 -0
  51. package/build/docs/api/interfaces/ITransactionTemplate/index.html +83 -0
  52. package/build/docs/api/type-aliases/AcceptFile/index.html +26 -0
  53. package/build/docs/api/type-aliases/ActionInfo/index.html +22 -0
  54. package/build/docs/api/type-aliases/ActionResponse/index.html +22 -0
  55. package/build/docs/api/type-aliases/AdditionalServices/index.html +23 -0
  56. package/build/docs/api/type-aliases/AppInfo/index.html +22 -0
  57. package/build/docs/api/type-aliases/ApplicationActionCompletedListener/index.html +35 -0
  58. package/build/docs/api/type-aliases/ApplicationContext/index.html +26 -0
  59. package/build/docs/api/type-aliases/ApplicationEvents/index.html +40 -0
  60. package/build/docs/api/type-aliases/ApplicationInfo/index.html +30 -0
  61. package/build/docs/api/type-aliases/ApplicationLoginListener/index.html +35 -0
  62. package/build/docs/api/type-aliases/ApplicationNavigationStartListener/index.html +36 -0
  63. package/build/docs/api/type-aliases/AssignLoanTeamMember/index.html +23 -0
  64. package/build/docs/api/type-aliases/AusTracking/index.html +23 -0
  65. package/build/docs/api/type-aliases/BAEvent/index.html +25 -0
  66. package/build/docs/api/type-aliases/BorrowerContacts/index.html +23 -0
  67. package/build/docs/api/type-aliases/BusinessContacts/index.html +23 -0
  68. package/build/docs/api/type-aliases/BusinessRules/index.html +23 -0
  69. package/build/docs/api/type-aliases/Capabilities/index.html +26 -0
  70. package/build/docs/api/type-aliases/ChangeExpectedDate/index.html +26 -0
  71. package/build/docs/api/type-aliases/CommitInfo/index.html +22 -0
  72. package/build/docs/api/type-aliases/CompanySettingsQueryOptions/index.html +26 -0
  73. package/build/docs/api/type-aliases/CompanyUserSetup/index.html +23 -0
  74. package/build/docs/api/type-aliases/ConditionOperator/index.html +43 -0
  75. package/build/docs/api/type-aliases/ConditionType/index.html +29 -0
  76. package/build/docs/api/type-aliases/ContactSetup/index.html +23 -0
  77. package/build/docs/api/type-aliases/Contacts/index.html +23 -0
  78. package/build/docs/api/type-aliases/CurrentApplicationOptions/index.html +22 -0
  79. package/build/docs/api/type-aliases/Dashboard/index.html +23 -0
  80. package/build/docs/api/type-aliases/DeliveryConditions/index.html +23 -0
  81. package/build/docs/api/type-aliases/DescriptorInfo/index.html +26 -0
  82. package/build/docs/api/type-aliases/DisclosureTracking/index.html +23 -0
  83. package/build/docs/api/type-aliases/DocsSetup/index.html +23 -0
  84. package/build/docs/api/type-aliases/Documents/index.html +32 -0
  85. package/build/docs/api/type-aliases/DynamicDataManagement/index.html +23 -0
  86. package/build/docs/api/type-aliases/EDisclosures/index.html +23 -0
  87. package/build/docs/api/type-aliases/EFolderHistory/index.html +20 -0
  88. package/build/docs/api/type-aliases/EFolderSetup/index.html +23 -0
  89. package/build/docs/api/type-aliases/EVault/index.html +20 -0
  90. package/build/docs/api/type-aliases/EVaultPortal/index.html +23 -0
  91. package/build/docs/api/type-aliases/EditComment/index.html +26 -0
  92. package/build/docs/api/type-aliases/EditModeOptions/index.html +28 -0
  93. package/build/docs/api/type-aliases/EncompassWebServices/index.html +23 -0
  94. package/build/docs/api/type-aliases/EnhancedConditions/index.html +23 -0
  95. package/build/docs/api/type-aliases/EntityOptions/index.html +26 -0
  96. package/build/docs/api/type-aliases/Environment/index.html +22 -0
  97. package/build/docs/api/type-aliases/EventObjects/index.html +17 -0
  98. package/build/docs/api/type-aliases/Events/index.html +17 -0
  99. package/build/docs/api/type-aliases/ExportServices/index.html +23 -0
  100. package/build/docs/api/type-aliases/FieldOptions/index.html +26 -0
  101. package/build/docs/api/type-aliases/FieldOptionsParam/index.html +30 -0
  102. package/build/docs/api/type-aliases/FileContacts/index.html +26 -0
  103. package/build/docs/api/type-aliases/FinishMilestone/index.html +26 -0
  104. package/build/docs/api/type-aliases/Form/index.html +26 -0
  105. package/build/docs/api/type-aliases/FormDescriptor/index.html +26 -0
  106. package/build/docs/api/type-aliases/FormEvents/index.html +28 -0
  107. package/build/docs/api/type-aliases/FormInfo/index.html +22 -0
  108. package/build/docs/api/type-aliases/FormLoadListener/index.html +35 -0
  109. package/build/docs/api/type-aliases/FormUnloadListener/index.html +35 -0
  110. package/build/docs/api/type-aliases/GlobalChangeListener/index.html +35 -0
  111. package/build/docs/api/type-aliases/GlobalEvents/index.html +23 -0
  112. package/build/docs/api/type-aliases/GrantWriteAccess/index.html +23 -0
  113. package/build/docs/api/type-aliases/GseServices/index.html +23 -0
  114. package/build/docs/api/type-aliases/ImportLoan/index.html +23 -0
  115. package/build/docs/api/type-aliases/LIB_NAME/index.html +17 -0
  116. package/build/docs/api/type-aliases/LaunchCategoryOptions/index.html +49 -0
  117. package/build/docs/api/type-aliases/LaunchProviderOptions/index.html +45 -0
  118. package/build/docs/api/type-aliases/LaunchServiceSetupOptions/index.html +45 -0
  119. package/build/docs/api/type-aliases/Listener/index.html +44 -0
  120. package/build/docs/api/type-aliases/LoConnectTasks/index.html +35 -0
  121. package/build/docs/api/type-aliases/LoanApplicationSelectedListener/index.html +35 -0
  122. package/build/docs/api/type-aliases/LoanChangeEventInfo/index.html +34 -0
  123. package/build/docs/api/type-aliases/LoanChangeListener/index.html +35 -0
  124. package/build/docs/api/type-aliases/LoanCloseListener/index.html +36 -0
  125. package/build/docs/api/type-aliases/LoanCollectionObject/index.html +39 -0
  126. package/build/docs/api/type-aliases/LoanCommittedListener/index.html +35 -0
  127. package/build/docs/api/type-aliases/LoanEditModeChangeListener/index.html +36 -0
  128. package/build/docs/api/type-aliases/LoanEditModeEventInfo/index.html +26 -0
  129. package/build/docs/api/type-aliases/LoanEvents/index.html +88 -0
  130. package/build/docs/api/type-aliases/LoanFieldChangeSyncListener/index.html +36 -0
  131. package/build/docs/api/type-aliases/LoanMilestoneCompletedListener/index.html +35 -0
  132. package/build/docs/api/type-aliases/LoanObject/index.html +18 -0
  133. package/build/docs/api/type-aliases/LoanOpenListener/index.html +35 -0
  134. package/build/docs/api/type-aliases/LoanPreCommitListener/index.html +36 -0
  135. package/build/docs/api/type-aliases/LoanPreMilestoneCompleteListener/index.html +36 -0
  136. package/build/docs/api/type-aliases/LoanRecord/index.html +17 -0
  137. package/build/docs/api/type-aliases/LoanSetup/index.html +23 -0
  138. package/build/docs/api/type-aliases/LoanSyncListener/index.html +35 -0
  139. package/build/docs/api/type-aliases/LoanTeam/index.html +20 -0
  140. package/build/docs/api/type-aliases/LogMessage/index.html +25 -0
  141. package/build/docs/api/type-aliases/ManageServiceProviders/index.html +23 -0
  142. package/build/docs/api/type-aliases/Milestone/index.html +26 -0
  143. package/build/docs/api/type-aliases/MilestoneInfo/index.html +60 -0
  144. package/build/docs/api/type-aliases/MilestoneWorkflowManagement/index.html +35 -0
  145. package/build/docs/api/type-aliases/ModalContent/index.html +47 -0
  146. package/build/docs/api/type-aliases/ModalOptions/index.html +50 -0
  147. package/build/docs/api/type-aliases/ModuleCloseInfo/index.html +24 -0
  148. package/build/docs/api/type-aliases/ModuleCloseListener/index.html +36 -0
  149. package/build/docs/api/type-aliases/ModuleEvents/index.html +28 -0
  150. package/build/docs/api/type-aliases/ModuleOpenInfo/index.html +28 -0
  151. package/build/docs/api/type-aliases/ModuleOpenListener/index.html +36 -0
  152. package/build/docs/api/type-aliases/ModuleParameters/index.html +27 -0
  153. package/build/docs/api/type-aliases/ModuleUnLoadingListener/index.html +36 -0
  154. package/build/docs/api/type-aliases/ModuleUnloadInfo/index.html +24 -0
  155. package/build/docs/api/type-aliases/MoveFrom/index.html +23 -0
  156. package/build/docs/api/type-aliases/MoveLoans/index.html +26 -0
  157. package/build/docs/api/type-aliases/MoveTo/index.html +23 -0
  158. package/build/docs/api/type-aliases/NavigationOptions/index.html +34 -0
  159. package/build/docs/api/type-aliases/NavigationStartInfo/index.html +30 -0
  160. package/build/docs/api/type-aliases/OpenOptions/index.html +36 -0
  161. package/build/docs/api/type-aliases/OriginDetails/index.html +32 -0
  162. package/build/docs/api/type-aliases/PerfMark/index.html +26 -0
  163. package/build/docs/api/type-aliases/PersonalTemplates/index.html +23 -0
  164. package/build/docs/api/type-aliases/Personas/index.html +34 -0
  165. package/build/docs/api/type-aliases/Pipeline/index.html +29 -0
  166. package/build/docs/api/type-aliases/PipelineView/index.html +26 -0
  167. package/build/docs/api/type-aliases/PluginInfo/index.html +30 -0
  168. package/build/docs/api/type-aliases/PostClosingConditions/index.html +23 -0
  169. package/build/docs/api/type-aliases/PreliminaryConditions/index.html +23 -0
  170. package/build/docs/api/type-aliases/Print/index.html +23 -0
  171. package/build/docs/api/type-aliases/PrintOptions/index.html +22 -0
  172. package/build/docs/api/type-aliases/PurchaseConditions/index.html +23 -0
  173. package/build/docs/api/type-aliases/RecordOptions/index.html +34 -0
  174. package/build/docs/api/type-aliases/RemotingScriptingObject/index.html +34 -0
  175. package/build/docs/api/type-aliases/ResourceDetails/index.html +38 -0
  176. package/build/docs/api/type-aliases/ResourceOptions/index.html +22 -0
  177. package/build/docs/api/type-aliases/ReturnFile/index.html +26 -0
  178. package/build/docs/api/type-aliases/Role/index.html +26 -0
  179. package/build/docs/api/type-aliases/Role2/index.html +26 -0
  180. package/build/docs/api/type-aliases/Route/index.html +34 -0
  181. package/build/docs/api/type-aliases/ScriptingObjectTypes/index.html +60 -0
  182. package/build/docs/api/type-aliases/SecondarySetup/index.html +23 -0
  183. package/build/docs/api/type-aliases/Service/index.html +26 -0
  184. package/build/docs/api/type-aliases/ServiceSetup/index.html +38 -0
  185. package/build/docs/api/type-aliases/StandardWebForm/index.html +26 -0
  186. package/build/docs/api/type-aliases/StateInfo/index.html +22 -0
  187. package/build/docs/api/type-aliases/StyleOptions/index.html +31 -0
  188. package/build/docs/api/type-aliases/SystemAdministration/index.html +23 -0
  189. package/build/docs/api/type-aliases/TableRowCriteria/index.html +21 -0
  190. package/build/docs/api/type-aliases/TableRowStyleOptions/index.html +30 -0
  191. package/build/docs/api/type-aliases/TablesAndFees/index.html +23 -0
  192. package/build/docs/api/type-aliases/TimingOptions/index.html +26 -0
  193. package/build/docs/api/type-aliases/ToastOptions/index.html +33 -0
  194. package/build/docs/api/type-aliases/TokenInfo/index.html +38 -0
  195. package/build/docs/api/type-aliases/Tool/index.html +20 -0
  196. package/build/docs/api/type-aliases/TpoCompanyDetails/index.html +23 -0
  197. package/build/docs/api/type-aliases/TpoConnectSiteSettings/index.html +23 -0
  198. package/build/docs/api/type-aliases/TpoContacts/index.html +23 -0
  199. package/build/docs/api/type-aliases/TpoFees/index.html +23 -0
  200. package/build/docs/api/type-aliases/TpoInformation/index.html +23 -0
  201. package/build/docs/api/type-aliases/TpoOrganizationSettings/index.html +23 -0
  202. package/build/docs/api/type-aliases/TqlServices/index.html +23 -0
  203. package/build/docs/api/type-aliases/Trades/index.html +23 -0
  204. package/build/docs/api/type-aliases/TransactionDetails/index.html +23 -0
  205. package/build/docs/api/type-aliases/TransactionEvent/index.html +33 -0
  206. package/build/docs/api/type-aliases/TransactionInfo/index.html +22 -0
  207. package/build/docs/api/type-aliases/TransactionRequest/index.html +31 -0
  208. package/build/docs/api/type-aliases/TransactionResource/index.html +30 -0
  209. package/build/docs/api/type-aliases/TransactionTemplateDetails/index.html +36 -0
  210. package/build/docs/api/type-aliases/UnAuthorizedError/index.html +18 -0
  211. package/build/docs/api/type-aliases/UnderwritingCenter/index.html +23 -0
  212. package/build/docs/api/type-aliases/UnderwritingConditions/index.html +23 -0
  213. package/build/docs/api/type-aliases/User/index.html +74 -0
  214. package/build/docs/api/type-aliases/UserAccessRights/index.html +204 -0
  215. package/build/docs/api/type-aliases/UserInfo/index.html +22 -0
  216. package/build/docs/assets/css/styles.48d5ef50.css +1 -0
  217. package/build/docs/assets/js/01be580c.895e2259.js +1 -0
  218. package/build/docs/assets/js/041b718b.70ba9cd3.js +1 -0
  219. package/build/docs/assets/js/05f939cb.5dd48f93.js +1 -0
  220. package/build/docs/assets/js/097c8dfd.dea59523.js +1 -0
  221. package/build/docs/assets/js/0b21d61c.d1b60530.js +1 -0
  222. package/build/docs/assets/js/0baa1f58.63c8d29e.js +1 -0
  223. package/build/docs/assets/js/0c69a34b.d83c530f.js +1 -0
  224. package/build/docs/assets/js/0f685aea.1700c6cd.js +1 -0
  225. package/build/docs/assets/js/10868109.d8ef3111.js +1 -0
  226. package/build/docs/assets/js/11bc780d.8d0df01f.js +1 -0
  227. package/build/docs/assets/js/12a2e4bf.efe47664.js +1 -0
  228. package/build/docs/assets/js/13a797f3.a63f7dbb.js +1 -0
  229. package/build/docs/assets/js/1519.c61ea04c.js +1 -0
  230. package/build/docs/assets/js/1653.acc6fdc6.js +1 -0
  231. package/build/docs/assets/js/165d760d.72d7c0de.js +1 -0
  232. package/build/docs/assets/js/169fc43e.38d884fd.js +1 -0
  233. package/build/docs/assets/js/16b7bc88.0c7d724d.js +1 -0
  234. package/build/docs/assets/js/1784.7b671c7b.js +1 -0
  235. package/build/docs/assets/js/17896441.d3b98eb2.js +1 -0
  236. package/build/docs/assets/js/1874.8b581b0f.js +1 -0
  237. package/build/docs/assets/js/18c5a2c7.bc2b4e01.js +1 -0
  238. package/build/docs/assets/js/1945.caeb2352.js +1 -0
  239. package/build/docs/assets/js/194ff42c.8058509a.js +1 -0
  240. package/build/docs/assets/js/1991.2fe262ac.js +1 -0
  241. package/build/docs/assets/js/199d948c.738456fc.js +1 -0
  242. package/build/docs/assets/js/1ad144cb.0cbb6399.js +1 -0
  243. package/build/docs/assets/js/1b81bba6.e4881d84.js +1 -0
  244. package/build/docs/assets/js/1e3d54ad.0a143bda.js +1 -0
  245. package/build/docs/assets/js/1e55ee77.d4ca6126.js +1 -0
  246. package/build/docs/assets/js/1ff40e6d.9b03e079.js +1 -0
  247. package/build/docs/assets/js/2045.d1ea775b.js +1 -0
  248. package/build/docs/assets/js/207a78be.0c273b53.js +1 -0
  249. package/build/docs/assets/js/219b8fa8.e2b198a8.js +1 -0
  250. package/build/docs/assets/js/22c51394.e6eddd47.js +1 -0
  251. package/build/docs/assets/js/22c75222.827b9800.js +1 -0
  252. package/build/docs/assets/js/254453de.43e76b54.js +1 -0
  253. package/build/docs/assets/js/2776.4956cf65.js +1 -0
  254. package/build/docs/assets/js/27b794d5.c262ffb8.js +1 -0
  255. package/build/docs/assets/js/2aa29b36.000f3bb1.js +1 -0
  256. package/build/docs/assets/js/2ce87e26.1e2c9da5.js +1 -0
  257. package/build/docs/assets/js/2df142f0.3085cc75.js +1 -0
  258. package/build/docs/assets/js/2ecd5be9.1d6e6f31.js +1 -0
  259. package/build/docs/assets/js/3038.d01aa548.js +1 -0
  260. package/build/docs/assets/js/306c628f.7567fbe7.js +1 -0
  261. package/build/docs/assets/js/3070.ea663f28.js +1 -0
  262. package/build/docs/assets/js/3176dea0.6eb45086.js +1 -0
  263. package/build/docs/assets/js/31d79ec6.3b2180d6.js +1 -0
  264. package/build/docs/assets/js/3296b04f.b29af22c.js +1 -0
  265. package/build/docs/assets/js/32b882f4.5817f83c.js +1 -0
  266. package/build/docs/assets/js/33.df4bbb17.js +1 -0
  267. package/build/docs/assets/js/332d2808.2c705239.js +1 -0
  268. package/build/docs/assets/js/338673e8.ead714d0.js +1 -0
  269. package/build/docs/assets/js/35497db5.e52a50b2.js +1 -0
  270. package/build/docs/assets/js/36a5c786.fb56d076.js +1 -0
  271. package/build/docs/assets/js/36dce1d5.50969a7b.js +1 -0
  272. package/build/docs/assets/js/3717c316.3fb1fe69.js +1 -0
  273. package/build/docs/assets/js/37cb18f9.fc0857db.js +1 -0
  274. package/build/docs/assets/js/37cec3ff.0527f34b.js +1 -0
  275. package/build/docs/assets/js/3899.85f10f23.js +1 -0
  276. package/build/docs/assets/js/3ad7ef6e.5e3c6e54.js +1 -0
  277. package/build/docs/assets/js/3d7edb1b.4da5c047.js +1 -0
  278. package/build/docs/assets/js/3e43232c.bf559b82.js +1 -0
  279. package/build/docs/assets/js/3eab2692.e9bf3518.js +1 -0
  280. package/build/docs/assets/js/3fd673d5.890395f1.js +1 -0
  281. package/build/docs/assets/js/407.ca5734ea.js +1 -0
  282. package/build/docs/assets/js/40e6a4c3.36551c0a.js +1 -0
  283. package/build/docs/assets/js/42742b0a.b47b6184.js +1 -0
  284. package/build/docs/assets/js/42b6ee51.5d29b576.js +1 -0
  285. package/build/docs/assets/js/4362.51df51c5.js +1 -0
  286. package/build/docs/assets/js/44cc89e7.ab5d6da0.js +1 -0
  287. package/build/docs/assets/js/454c9f7b.4e092960.js +1 -0
  288. package/build/docs/assets/js/455b76ae.8b354abb.js +1 -0
  289. package/build/docs/assets/js/459.cd77c9da.js +1 -0
  290. package/build/docs/assets/js/459db510.f4d9d393.js +1 -0
  291. package/build/docs/assets/js/45b07953.a3fdcf1c.js +1 -0
  292. package/build/docs/assets/js/46c9c393.8a27c84d.js +1 -0
  293. package/build/docs/assets/js/4806e2f2.f5de282c.js +1 -0
  294. package/build/docs/assets/js/4860.3b922768.js +1 -0
  295. package/build/docs/assets/js/4931.449e5b1f.js +1 -0
  296. package/build/docs/assets/js/49a0e362.db9f01fe.js +1 -0
  297. package/build/docs/assets/js/4a99468c.daeae602.js +1 -0
  298. package/build/docs/assets/js/4c2b22f5.f32f2355.js +1 -0
  299. package/build/docs/assets/js/4d43a2c4.5d7d32e2.js +1 -0
  300. package/build/docs/assets/js/4d61f813.8c6c93fb.js +1 -0
  301. package/build/docs/assets/js/4f716299.19b6e05f.js +1 -0
  302. package/build/docs/assets/js/4fd1babc.6e7973c0.js +1 -0
  303. package/build/docs/assets/js/5011808b.633f4004.js +1 -0
  304. package/build/docs/assets/js/50868a48.2c52c5eb.js +1 -0
  305. package/build/docs/assets/js/5122.12fb8e23.js +1 -0
  306. package/build/docs/assets/js/523362e5.b52d2a30.js +1 -0
  307. package/build/docs/assets/js/5387.c2ab0637.js +1 -0
  308. package/build/docs/assets/js/550aa20c.4549d3af.js +1 -0
  309. package/build/docs/assets/js/551d7418.2c68ad26.js +1 -0
  310. package/build/docs/assets/js/55f55257.17743cdc.js +1 -0
  311. package/build/docs/assets/js/5621.b59b53f6.js +2 -0
  312. package/build/docs/assets/js/5621.b59b53f6.js.LICENSE.txt +1 -0
  313. package/build/docs/assets/js/5820.fe7a2bf6.js +1 -0
  314. package/build/docs/assets/js/585c3847.c08ab90b.js +1 -0
  315. package/build/docs/assets/js/5871c1da.9caee4ee.js +1 -0
  316. package/build/docs/assets/js/5aa38cd9.30bbce78.js +1 -0
  317. package/build/docs/assets/js/5bd47231.fe4d3422.js +1 -0
  318. package/build/docs/assets/js/5d6e3c21.a73eafe8.js +1 -0
  319. package/build/docs/assets/js/5e8c322a.753944c0.js +1 -0
  320. package/build/docs/assets/js/5e95c892.7f8625b1.js +1 -0
  321. package/build/docs/assets/js/61c5d0e0.fa44288b.js +1 -0
  322. package/build/docs/assets/js/61cd27d3.237968ac.js +1 -0
  323. package/build/docs/assets/js/61e2ace9.2361b2aa.js +1 -0
  324. package/build/docs/assets/js/638.b6cdf0b6.js +2 -0
  325. package/build/docs/assets/js/638.b6cdf0b6.js.LICENSE.txt +9 -0
  326. package/build/docs/assets/js/6409.5cd7ee67.js +1 -0
  327. package/build/docs/assets/js/64dd0999.72dd024d.js +1 -0
  328. package/build/docs/assets/js/64f1d089.0fb64421.js +1 -0
  329. package/build/docs/assets/js/652d1996.ee33a10c.js +1 -0
  330. package/build/docs/assets/js/654.ee106195.js +1 -0
  331. package/build/docs/assets/js/65754b30.889dafb2.js +1 -0
  332. package/build/docs/assets/js/66991cc0.1e7da217.js +1 -0
  333. package/build/docs/assets/js/694b3ab8.7b7dc96e.js +1 -0
  334. package/build/docs/assets/js/6961.69a1a8d8.js +1 -0
  335. package/build/docs/assets/js/6ad112df.a9295983.js +1 -0
  336. package/build/docs/assets/js/6fbe79ac.9c95e82e.js +1 -0
  337. package/build/docs/assets/js/70137a30.7cc44334.js +1 -0
  338. package/build/docs/assets/js/7039.11648d58.js +1 -0
  339. package/build/docs/assets/js/712c7624.c77d89da.js +1 -0
  340. package/build/docs/assets/js/7299.5e268210.js +1 -0
  341. package/build/docs/assets/js/729ad928.48dab5ef.js +1 -0
  342. package/build/docs/assets/js/74bb96fa.64e77748.js +1 -0
  343. package/build/docs/assets/js/75808aed.a7e947b9.js +1 -0
  344. package/build/docs/assets/js/75a2c078.39e42369.js +1 -0
  345. package/build/docs/assets/js/7666.c14b7aca.js +1 -0
  346. package/build/docs/assets/js/7685.39260961.js +1 -0
  347. package/build/docs/assets/js/7695705b.02574d77.js +1 -0
  348. package/build/docs/assets/js/779684fb.377bf509.js +1 -0
  349. package/build/docs/assets/js/7807.844eed16.js +1 -0
  350. package/build/docs/assets/js/7860.9be80853.js +1 -0
  351. package/build/docs/assets/js/7868.17524124.js +1 -0
  352. package/build/docs/assets/js/78bc0bdd.b514d605.js +1 -0
  353. package/build/docs/assets/js/78fd3155.d86baa85.js +1 -0
  354. package/build/docs/assets/js/7968.ae733903.js +1 -0
  355. package/build/docs/assets/js/7997.5b10519c.js +1 -0
  356. package/build/docs/assets/js/79996a12.572d064a.js +1 -0
  357. package/build/docs/assets/js/7bce3487.dc1e11cf.js +1 -0
  358. package/build/docs/assets/js/7e8a4f7f.a4d21217.js +1 -0
  359. package/build/docs/assets/js/803e4dfa.04d34fdd.js +1 -0
  360. package/build/docs/assets/js/810e4273.0fcc0450.js +1 -0
  361. package/build/docs/assets/js/8130.65fdecef.js +1 -0
  362. package/build/docs/assets/js/81483485.9bb7e7f0.js +1 -0
  363. package/build/docs/assets/js/8182.87816b17.js +1 -0
  364. package/build/docs/assets/js/81be0eed.1d1e4dfb.js +1 -0
  365. package/build/docs/assets/js/8257.107dee36.js +1 -0
  366. package/build/docs/assets/js/82d61bec.a532d9a4.js +1 -0
  367. package/build/docs/assets/js/8331d859.29c4b721.js +1 -0
  368. package/build/docs/assets/js/853d1c4f.6a8358fa.js +1 -0
  369. package/build/docs/assets/js/8587.69ca2bd1.js +1 -0
  370. package/build/docs/assets/js/8638aafd.00b01087.js +1 -0
  371. package/build/docs/assets/js/87019c07.a7b4b9f3.js +1 -0
  372. package/build/docs/assets/js/877c7455.8773c4f0.js +1 -0
  373. package/build/docs/assets/js/8787ba8d.f0ef34f5.js +1 -0
  374. package/build/docs/assets/js/8796.83f3cc3d.js +1 -0
  375. package/build/docs/assets/js/8877bf86.105908b2.js +1 -0
  376. package/build/docs/assets/js/88d4f9bd.ec68ebd0.js +1 -0
  377. package/build/docs/assets/js/88f532f5.d01e9326.js +1 -0
  378. package/build/docs/assets/js/8907.af79bdad.js +1 -0
  379. package/build/docs/assets/js/89e8415d.b44c0c42.js +1 -0
  380. package/build/docs/assets/js/89e956a4.befdf41a.js +1 -0
  381. package/build/docs/assets/js/8a470b81.1a75ae55.js +1 -0
  382. package/build/docs/assets/js/8ae9d04b.12248a98.js +1 -0
  383. package/build/docs/assets/js/8c09e50b.e735f1da.js +1 -0
  384. package/build/docs/assets/js/900fc5d6.c22defda.js +1 -0
  385. package/build/docs/assets/js/9176.a8196821.js +1 -0
  386. package/build/docs/assets/js/92f1fdc4.e2d5c0c8.js +1 -0
  387. package/build/docs/assets/js/942c1cca.7a2eb224.js +1 -0
  388. package/build/docs/assets/js/967.0289c25f.js +1 -0
  389. package/build/docs/assets/js/97a1db13.d72a8871.js +1 -0
  390. package/build/docs/assets/js/9839.b3769bdb.js +1 -0
  391. package/build/docs/assets/js/989b3f0c.6c9cd1ee.js +1 -0
  392. package/build/docs/assets/js/9992c016.be868eb8.js +1 -0
  393. package/build/docs/assets/js/99ecde99.45bbfbb6.js +1 -0
  394. package/build/docs/assets/js/9a81dfc1.60bc882f.js +1 -0
  395. package/build/docs/assets/js/9e61d10d.90354b17.js +1 -0
  396. package/build/docs/assets/js/9e790d02.02bf917c.js +1 -0
  397. package/build/docs/assets/js/9fa92caf.cfcd49cd.js +1 -0
  398. package/build/docs/assets/js/a0da6071.54abf142.js +1 -0
  399. package/build/docs/assets/js/a14fd107.c1709014.js +1 -0
  400. package/build/docs/assets/js/a33445d2.cc6bcb84.js +1 -0
  401. package/build/docs/assets/js/a38914f7.5f7132ef.js +1 -0
  402. package/build/docs/assets/js/a3b503fb.04e330fe.js +1 -0
  403. package/build/docs/assets/js/a564f5b8.964daf5d.js +1 -0
  404. package/build/docs/assets/js/a5b76e8f.f21586a7.js +1 -0
  405. package/build/docs/assets/js/a6a9d012.00eef6aa.js +1 -0
  406. package/build/docs/assets/js/a78418a8.0601ef9c.js +1 -0
  407. package/build/docs/assets/js/a7bd4aaa.6e8c4296.js +1 -0
  408. package/build/docs/assets/js/a85871f1.ddbbebb9.js +1 -0
  409. package/build/docs/assets/js/a94703ab.e2c50de1.js +1 -0
  410. package/build/docs/assets/js/a982558a.2f47c8b4.js +1 -0
  411. package/build/docs/assets/js/a9ac5a0d.29dc0ab0.js +1 -0
  412. package/build/docs/assets/js/aba21aa0.cc16fe6a.js +1 -0
  413. package/build/docs/assets/js/ac5bb532.e863605b.js +1 -0
  414. package/build/docs/assets/js/ae35bb50.536118bc.js +1 -0
  415. package/build/docs/assets/js/af2c3537.1ee0a6de.js +1 -0
  416. package/build/docs/assets/js/b03d8897.67294cf2.js +1 -0
  417. package/build/docs/assets/js/b045ea4d.033e4345.js +1 -0
  418. package/build/docs/assets/js/b197998d.ca032321.js +1 -0
  419. package/build/docs/assets/js/b1f514b2.2a0bfa66.js +1 -0
  420. package/build/docs/assets/js/b465040b.006d27e0.js +1 -0
  421. package/build/docs/assets/js/b4c7048f.6afc5a72.js +1 -0
  422. package/build/docs/assets/js/b4f29550.515b688f.js +1 -0
  423. package/build/docs/assets/js/b5b4f2b5.36f79b78.js +1 -0
  424. package/build/docs/assets/js/b5e4e421.058039b5.js +1 -0
  425. package/build/docs/assets/js/b7005b3f.15fc69ed.js +1 -0
  426. package/build/docs/assets/js/b8fc8d46.5ab0b93f.js +1 -0
  427. package/build/docs/assets/js/ba3aabcc.f69ef3a2.js +1 -0
  428. package/build/docs/assets/js/bb84e7b0.766f262f.js +1 -0
  429. package/build/docs/assets/js/bb9e474e.d2a86df4.js +1 -0
  430. package/build/docs/assets/js/bfb798b4.3d7d9e64.js +1 -0
  431. package/build/docs/assets/js/c2e70358.ec73fefa.js +1 -0
  432. package/build/docs/assets/js/c377a04b.9423f05e.js +1 -0
  433. package/build/docs/assets/js/c60d21ea.06539fbf.js +1 -0
  434. package/build/docs/assets/js/c6931cb0.ac02dd55.js +1 -0
  435. package/build/docs/assets/js/c907c70c.84f4cfbe.js +1 -0
  436. package/build/docs/assets/js/c944c3d7.c7374c87.js +1 -0
  437. package/build/docs/assets/js/ca6b470f.7d69fba8.js +1 -0
  438. package/build/docs/assets/js/caf047eb.fd18f3e8.js +1 -0
  439. package/build/docs/assets/js/cecd13e9.a482505d.js +1 -0
  440. package/build/docs/assets/js/d1272994.2a09849a.js +1 -0
  441. package/build/docs/assets/js/d27c4f1d.e1799aed.js +1 -0
  442. package/build/docs/assets/js/d2b5d511.532ba3e3.js +1 -0
  443. package/build/docs/assets/js/d54b2140.4064756e.js +1 -0
  444. package/build/docs/assets/js/d5a7f148.5f0e0828.js +1 -0
  445. package/build/docs/assets/js/d5b7f03b.e53d2761.js +1 -0
  446. package/build/docs/assets/js/d6912e2d.9d2742cf.js +1 -0
  447. package/build/docs/assets/js/d7953049.84cc2689.js +1 -0
  448. package/build/docs/assets/js/d7e348bf.f77d0670.js +1 -0
  449. package/build/docs/assets/js/d978f210.dd0850f0.js +1 -0
  450. package/build/docs/assets/js/d9d4cbfc.d3137ca2.js +1 -0
  451. package/build/docs/assets/js/da1d6308.706f5bc0.js +1 -0
  452. package/build/docs/assets/js/dbcee71f.2d94a996.js +1 -0
  453. package/build/docs/assets/js/dc7a9126.b8347a73.js +1 -0
  454. package/build/docs/assets/js/dcdc0a4e.5b4ab14c.js +1 -0
  455. package/build/docs/assets/js/deb01a76.b0489e25.js +1 -0
  456. package/build/docs/assets/js/dfbfbaf0.14299597.js +1 -0
  457. package/build/docs/assets/js/dfea6595.49fa4164.js +1 -0
  458. package/build/docs/assets/js/e032a17e.407b920f.js +1 -0
  459. package/build/docs/assets/js/e16c43ed.66613c6b.js +1 -0
  460. package/build/docs/assets/js/e188077b.89085ae4.js +1 -0
  461. package/build/docs/assets/js/e3674c67.910dbc30.js +1 -0
  462. package/build/docs/assets/js/e4882ceb.ce73d180.js +1 -0
  463. package/build/docs/assets/js/e5186767.caf0cbe6.js +1 -0
  464. package/build/docs/assets/js/e577279e.8cb51fd7.js +1 -0
  465. package/build/docs/assets/js/e6051847.b8f0e3c1.js +1 -0
  466. package/build/docs/assets/js/e6321b8b.50c0b970.js +1 -0
  467. package/build/docs/assets/js/e9aa306d.60d4368b.js +1 -0
  468. package/build/docs/assets/js/eb03c37b.a8f9ff33.js +1 -0
  469. package/build/docs/assets/js/eef1b94c.677197ac.js +1 -0
  470. package/build/docs/assets/js/eef5f02b.b3b6e47e.js +1 -0
  471. package/build/docs/assets/js/efde44a5.e6f67a4f.js +1 -0
  472. package/build/docs/assets/js/f0886e8a.5677a731.js +1 -0
  473. package/build/docs/assets/js/f1a43501.4a9c34da.js +1 -0
  474. package/build/docs/assets/js/f38a0ed3.1f0e9200.js +1 -0
  475. package/build/docs/assets/js/f5908de6.1929bff3.js +1 -0
  476. package/build/docs/assets/js/f7a28957.c081adee.js +1 -0
  477. package/build/docs/assets/js/f8befd8b.99103168.js +1 -0
  478. package/build/docs/assets/js/f920ab10.7f0d630d.js +1 -0
  479. package/build/docs/assets/js/fbbf57d3.06f80f81.js +1 -0
  480. package/build/docs/assets/js/fd475d14.22d6919b.js +1 -0
  481. package/build/docs/assets/js/fdf27b93.2537f5f4.js +1 -0
  482. package/build/docs/assets/js/fdf6128b.2af9aa1e.js +1 -0
  483. package/build/docs/assets/js/main.182c9b8c.js +2 -0
  484. package/build/docs/assets/js/main.182c9b8c.js.LICENSE.txt +51 -0
  485. package/build/docs/assets/js/runtime~main.e34ff46f.js +1 -0
  486. package/build/docs/img/favicon.ico +0 -0
  487. package/build/docs/img/logo.jpeg +0 -0
  488. package/build/docs/img/logo.svg +22 -0
  489. package/build/docs/img/readme.md +1 -0
  490. package/build/docs/index.html +18 -0
  491. package/build/docs/readme.md +1 -0
  492. package/build/docs/sitemap.xml +1 -0
  493. package/dist/cjs/index.js +1 -0
  494. package/dist/cjs/objects/styling.js +16 -0
  495. package/dist/cjs/package.json +4 -1
  496. package/dist/cjs/scriptingObjectList.js +1 -0
  497. package/dist/esm/index.js +1 -0
  498. package/dist/esm/objects/styling.js +0 -0
  499. package/dist/esm/package.json +4 -1
  500. package/dist/esm/scriptingObjectList.js +1 -0
  501. package/dist/types/lib/index.d.ts +1 -0
  502. package/dist/types/lib/objects/analytics.d.ts +46 -0
  503. package/dist/types/lib/objects/application.d.ts +47 -0
  504. package/dist/types/lib/objects/loan.d.ts +78 -1
  505. package/dist/types/lib/objects/memStorage.d.ts +16 -14
  506. package/dist/types/lib/objects/module.d.ts +0 -5
  507. package/dist/types/lib/objects/styling.d.ts +174 -0
  508. package/dist/types/lib/scriptingObjectList.d.ts +3 -0
  509. package/dist/types/tsconfig.tsbuildinfo +1 -1
  510. package/package.json +19 -20
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4790],{90116:(e,n,t)=>{t.d(n,{R:()=>r,x:()=>l});var a=t(30758);const i={},s=a.createContext(i);function r(e){const n=a.useContext(s);return a.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:r(e.components),a.createElement(s.Provider,{value:n},e.children)}},95730:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>o,contentTitle:()=>l,default:()=>p,frontMatter:()=>r,metadata:()=>a,toc:()=>c});const a=JSON.parse('{"id":"api/type-aliases/GlobalChangeListener","title":"GlobalChangeListener()","description":"event handler for global state change event","source":"@site/docs/api/type-aliases/GlobalChangeListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/GlobalChangeListener","permalink":"/scripting-object/api/type-aliases/GlobalChangeListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/GlobalChangeListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"FormUnloadListener()","permalink":"/scripting-object/api/type-aliases/FormUnloadListener"},"next":{"title":"GlobalEvents","permalink":"/scripting-object/api/type-aliases/GlobalEvents"}}');var i=t(86070),s=t(90116);const r={},l="GlobalChangeListener()",o={},c=[{value:"Parameters",id:"parameters",level:2},{value:"params",id:"params",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function d(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"globalchangelistener",children:"GlobalChangeListener()"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"type GlobalChangeListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: StateInfo;\n obj: IGlobal;\n}) => void;\n"})}),"\n",(0,i.jsx)(n.p,{children:"event handler for global state change event"}),"\n",(0,i.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,i.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,i.jsx)(n.p,{children:"event parameters"}),"\n",(0,i.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"string"})}),"\n",(0,i.jsx)(n.p,{children:"event name"}),"\n",(0,i.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"Record"}),"<",(0,i.jsx)(n.code,{children:"string"}),", ",(0,i.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,i.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,i.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.a,{href:"/scripting-object/api/type-aliases/StateInfo",children:(0,i.jsx)(n.code,{children:"StateInfo"})})}),"\n",(0,i.jsx)(n.p,{children:"state info"}),"\n",(0,i.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.a,{href:"/scripting-object/api/interfaces/IGlobal",children:(0,i.jsx)(n.code,{children:"IGlobal"})})}),"\n",(0,i.jsx)(n.p,{children:"global object reference"}),"\n",(0,i.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"void"})})]})}function p(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9425],{15090:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>o,contentTitle:()=>l,default:()=>h,frontMatter:()=>d,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"api/type-aliases/MilestoneInfo","title":"MilestoneInfo","description":"Milestone related information","source":"@site/docs/api/type-aliases/MilestoneInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/MilestoneInfo","permalink":"/scripting-object/api/type-aliases/MilestoneInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/MilestoneInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Milestone","permalink":"/scripting-object/api/type-aliases/Milestone"},"next":{"title":"MilestoneWorkflowManagement","permalink":"/scripting-object/api/type-aliases/MilestoneWorkflowManagement"}}');var t=i(86070),r=i(90116);const d={},l="MilestoneInfo",o={},c=[{value:"Properties",id:"properties",level:2},{value:"daysToFinish",id:"daystofinish",level:3},{value:"daysToFinishDate",id:"daystofinishdate",level:3},{value:"doneIndicator",id:"doneindicator",level:3},{value:"loanAssociate",id:"loanassociate",level:3},{value:"milestoneId",id:"milestoneid",level:3},{value:"name",id:"name",level:3},{value:"reviewedIndicator",id:"reviewedindicator",level:3},{value:"role",id:"role",level:3},{value:"roleRequired",id:"rolerequired",level:3},{value:"user",id:"user",level:3}];function a(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,r.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.header,{children:(0,t.jsx)(n.h1,{id:"milestoneinfo",children:"MilestoneInfo"})}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"type MilestoneInfo = {\n daysToFinish: number;\n daysToFinishDate: string;\n doneIndicator: boolean;\n loanAssociate: {\n role: {\n entityId: string;\n entityName: string;\n entityType: string;\n };\n writeAccess: boolean;\n };\n milestoneId: string;\n name: string;\n reviewedIndicator: boolean;\n role: {\n entityId: string;\n entityName: string;\n entityType: string;\n };\n roleRequired: boolean;\n user: null | unknown;\n};\n"})}),"\n",(0,t.jsx)(n.p,{children:"Milestone related information"}),"\n",(0,t.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(n.h3,{id:"daystofinish",children:"daysToFinish"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"daysToFinish: number;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Number of days to finish the milestone"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"daystofinishdate",children:"daysToFinishDate"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"daysToFinishDate: string;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Date by which the milestone should be finished (ISO 8601 format)"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"doneindicator",children:"doneIndicator"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"doneIndicator: boolean;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Indicates if the milestone is marked as done"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanassociate",children:"loanAssociate"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loanAssociate: {\n role: {\n entityId: string;\n entityName: string;\n entityType: string;\n };\n writeAccess: boolean;\n};\n"})}),"\n",(0,t.jsx)(n.p,{children:"Information about the loan associate"}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:"Name"}),(0,t.jsx)(n.th,{children:"Type"}),(0,t.jsx)(n.th,{children:"Description"})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"role"})}),(0,t.jsxs)(n.td,{children:["{ ",(0,t.jsx)(n.code,{children:"entityId"}),": ",(0,t.jsx)(n.code,{children:"string"}),"; ",(0,t.jsx)(n.code,{children:"entityName"}),": ",(0,t.jsx)(n.code,{children:"string"}),"; ",(0,t.jsx)(n.code,{children:"entityType"}),": ",(0,t.jsx)(n.code,{children:"string"}),"; }"]}),(0,t.jsx)(n.td,{children:"Role information of the loan associate"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"role.entityId"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"string"})}),(0,t.jsx)(n.td,{children:"Unique identifier for the role"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"role.entityName"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"string"})}),(0,t.jsx)(n.td,{children:"Name of the role"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"role.entityType"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"string"})}),(0,t.jsx)(n.td,{children:"Type of the entity (e.g., Role)"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"writeAccess"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"boolean"})}),(0,t.jsx)(n.td,{children:"Indicates if the loan associate has write access"})]})]})]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"milestoneid",children:"milestoneId"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"milestoneId: string;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Unique identifier for the milestone"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"name",children:"name"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"name: string;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Name of the milestone"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"reviewedindicator",children:"reviewedIndicator"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"reviewedIndicator: boolean;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Indicates if the milestone has been reviewed"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"role",children:"role"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"role: {\n entityId: string;\n entityName: string;\n entityType: string;\n};\n"})}),"\n",(0,t.jsx)(n.p,{children:"Role information for the milestone"}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:"Name"}),(0,t.jsx)(n.th,{children:"Type"}),(0,t.jsx)(n.th,{children:"Description"})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"entityId"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"string"})}),(0,t.jsx)(n.td,{children:"Unique identifier for the role"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"entityName"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"string"})}),(0,t.jsx)(n.td,{children:"Name of the role"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"entityType"})}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"string"})}),(0,t.jsx)(n.td,{children:"Type of the entity (e.g., Role)"})]})]})]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"rolerequired",children:"roleRequired"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"roleRequired: boolean;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Indicates if the role is required for the milestone"}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"user",children:"user"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"user: null | unknown;\n"})}),"\n",(0,t.jsx)(n.p,{children:"User associated with the milestone (can be null)"})]})}function h(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(a,{...e})}):a(e)}},90116:(e,n,i)=>{i.d(n,{R:()=>d,x:()=>l});var s=i(30758);const t={},r=s.createContext(t);function d(e){const n=s.useContext(r);return s.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:d(e.components),s.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[967],{10967:(e,i,c)=>{c.d(i,{createPacketServices:()=>a.$});var a=c(82012);c(89932)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3215],{53862:(e,n,o)=>{o.r(n),o.d(n,{assets:()=>r,contentTitle:()=>d,default:()=>c,frontMatter:()=>l,metadata:()=>t,toc:()=>p});const t=JSON.parse('{"id":"api/type-aliases/ModuleOpenInfo","title":"ModuleOpenInfo","description":"module open event info","source":"@site/docs/api/type-aliases/ModuleOpenInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ModuleOpenInfo","permalink":"/scripting-object/api/type-aliases/ModuleOpenInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ModuleOpenInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ModuleEvents","permalink":"/scripting-object/api/type-aliases/ModuleEvents"},"next":{"title":"ModuleOpenListener()","permalink":"/scripting-object/api/type-aliases/ModuleOpenListener"}}');var i=o(86070),s=o(90116);const l={},d="ModuleOpenInfo",r={},p=[{value:"Properties",id:"properties",level:2},{value:"moduleId",id:"moduleid",level:3},{value:"Example",id:"example",level:4},{value:"openMode",id:"openmode",level:3}];function a(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",hr:"hr",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"moduleopeninfo",children:"ModuleOpenInfo"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"type ModuleOpenInfo = {\n moduleId: string;\n openMode: OpenMode;\n};\n"})}),"\n",(0,i.jsx)(n.p,{children:"module open event info"}),"\n",(0,i.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(n.h3,{id:"moduleid",children:"moduleId"}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"moduleId: string;\n"})}),"\n",(0,i.jsx)(n.p,{children:"module to be opened in urn format"}),"\n",(0,i.jsx)(n.h4,{id:"example",children:"Example"}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"urn:encompass:loanapp\n"})}),"\n",(0,i.jsx)(n.hr,{}),"\n",(0,i.jsx)(n.h3,{id:"openmode",children:"openMode"}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"openMode: OpenMode;\n"})}),"\n",(0,i.jsx)(n.p,{children:"mode to open the module. Default is IFRAME"})]})}function c(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(a,{...e})}):a(e)}},90116:(e,n,o)=>{o.d(n,{R:()=>l,x:()=>d});var t=o(30758);const i={},s=t.createContext(i);function l(e){const n=t.useContext(s);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function d(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:l(e.components),t.createElement(s.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9839],{9458:(e,t,a)=>{function i(e,t){e.accDescr&&t.setAccDescription?.(e.accDescr),e.accTitle&&t.setAccTitle?.(e.accTitle),e.title&&t.setDiagramTitle?.(e.title)}a.d(t,{S:()=>i}),(0,a(10052).K2)(i,"populateCommonDb")},49839:(e,t,a)=>{a.d(t,{diagram:()=>C});var i=a(88323),l=a(9458),n=a(66111),r=a(472),s=a(10052),o=a(96961),c=a(3170),p=r.UI.pie,d={sections:new Map,showData:!1,config:p},u=d.sections,g=d.showData,h=structuredClone(p),m=(0,s.K2)(()=>structuredClone(h),"getConfig"),f=(0,s.K2)(()=>{u=new Map,g=d.showData,(0,r.IU)()},"clear"),w=(0,s.K2)(({label:e,value:t})=>{if(t<0)throw new Error(`"${e}" has invalid value: ${t}. Negative values are not allowed in pie charts. All slice values must be >= 0.`);u.has(e)||(u.set(e,t),s.Rm.debug(`added new section: ${e}, with value: ${t}`))},"addSection"),S=(0,s.K2)(()=>u,"getSections"),x=(0,s.K2)(e=>{g=e},"setShowData"),b=(0,s.K2)(()=>g,"getShowData"),D={getConfig:m,clear:f,setDiagramTitle:r.ke,getDiagramTitle:r.ab,setAccTitle:r.SV,getAccTitle:r.iN,setAccDescription:r.EI,getAccDescription:r.m7,addSection:w,getSections:S,setShowData:x,getShowData:b},T=(0,s.K2)((e,t)=>{(0,l.S)(e,t),t.setShowData(e.showData),e.sections.map(t.addSection)},"populateDb"),$={parse:(0,s.K2)(async e=>{const t=await(0,o.qg)("pie",e);s.Rm.debug(t),T(t,D)},"parse")},v=(0,s.K2)(e=>`\n .pieCircle{\n stroke: ${e.pieStrokeColor};\n stroke-width : ${e.pieStrokeWidth};\n opacity : ${e.pieOpacity};\n }\n .pieOuterCircle{\n stroke: ${e.pieOuterStrokeColor};\n stroke-width: ${e.pieOuterStrokeWidth};\n fill: none;\n }\n .pieTitleText {\n text-anchor: middle;\n font-size: ${e.pieTitleTextSize};\n fill: ${e.pieTitleTextColor};\n font-family: ${e.fontFamily};\n }\n .slice {\n font-family: ${e.fontFamily};\n fill: ${e.pieSectionTextColor};\n font-size:${e.pieSectionTextSize};\n // fill: white;\n }\n .legend text {\n fill: ${e.pieLegendTextColor};\n font-family: ${e.fontFamily};\n font-size: ${e.pieLegendTextSize};\n }\n`,"getStyles"),y=(0,s.K2)(e=>{const t=[...e.values()].reduce((e,t)=>e+t,0),a=[...e.entries()].map(([e,t])=>({label:e,value:t})).filter(e=>e.value/t*100>=1).sort((e,t)=>t.value-e.value);return(0,c.rLf)().value(e=>e.value)(a)},"createPieArcs"),C={parser:$,db:D,renderer:{draw:(0,s.K2)((e,t,a,l)=>{s.Rm.debug("rendering pie chart\n"+e);const o=l.db,p=(0,r.D7)(),d=(0,n.$t)(o.getConfig(),p.pie),u=18,g=450,h=g,m=(0,i.D)(t),f=m.append("g");f.attr("transform","translate(225,225)");const{themeVariables:w}=p;let[S]=(0,n.I5)(w.pieOuterStrokeWidth);S??=2;const x=d.textPosition,b=Math.min(h,g)/2-40,D=(0,c.JLW)().innerRadius(0).outerRadius(b),T=(0,c.JLW)().innerRadius(b*x).outerRadius(b*x);f.append("circle").attr("cx",0).attr("cy",0).attr("r",b+S/2).attr("class","pieOuterCircle");const $=o.getSections(),v=y($),C=[w.pie1,w.pie2,w.pie3,w.pie4,w.pie5,w.pie6,w.pie7,w.pie8,w.pie9,w.pie10,w.pie11,w.pie12];let k=0;$.forEach(e=>{k+=e});const A=v.filter(e=>"0"!==(e.data.value/k*100).toFixed(0)),K=(0,c.UMr)(C);f.selectAll("mySlices").data(A).enter().append("path").attr("d",D).attr("fill",e=>K(e.data.label)).attr("class","pieCircle"),f.selectAll("mySlices").data(A).enter().append("text").text(e=>(e.data.value/k*100).toFixed(0)+"%").attr("transform",e=>"translate("+T.centroid(e)+")").style("text-anchor","middle").attr("class","slice"),f.append("text").text(o.getDiagramTitle()).attr("x",0).attr("y",-200).attr("class","pieTitleText");const R=[...$.entries()].map(([e,t])=>({label:e,value:t})),_=f.selectAll(".legend").data(R).enter().append("g").attr("class","legend").attr("transform",(e,t)=>"translate(216,"+(22*t-22*R.length/2)+")");_.append("rect").attr("width",u).attr("height",u).style("fill",e=>K(e.label)).style("stroke",e=>K(e.label)),_.append("text").attr("x",22).attr("y",14).text(e=>o.getShowData()?`${e.label} [${e.value}]`:e.label);const z=512+Math.max(..._.selectAll("text").nodes().map(e=>e?.getBoundingClientRect().width??0));m.attr("viewBox",`0 0 ${z} 450`),(0,r.a$)(m,g,z,d.useMaxWidth)},"draw")},styles:v}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2169],{83393:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>p,contentTitle:()=>a,default:()=>d,frontMatter:()=>s,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/ApplicationContext","title":"ApplicationContext","description":"application context","source":"@site/docs/api/type-aliases/ApplicationContext.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ApplicationContext","permalink":"/scripting-object/api/type-aliases/ApplicationContext","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ApplicationContext.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ApplicationActionCompletedListener()","permalink":"/scripting-object/api/type-aliases/ApplicationActionCompletedListener"},"next":{"title":"ApplicationEvents","permalink":"/scripting-object/api/type-aliases/ApplicationEvents"}}');var o=n(86070),r=n(90116);const s={},a="ApplicationContext",p={},c=[{value:"Properties",id:"properties",level:2},{value:"env",id:"env",level:3},{value:"route",id:"route",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(t.header,{children:(0,o.jsx)(t.h1,{id:"applicationcontext",children:"ApplicationContext"})}),"\n",(0,o.jsx)(t.pre,{children:(0,o.jsx)(t.code,{className:"language-ts",children:"type ApplicationContext = {\n env: Environment;\n route: Route;\n};\n"})}),"\n",(0,o.jsx)(t.p,{children:"application context"}),"\n",(0,o.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,o.jsx)(t.h3,{id:"env",children:"env"}),"\n",(0,o.jsx)(t.pre,{children:(0,o.jsx)(t.code,{className:"language-ts",children:"env: Environment;\n"})}),"\n",(0,o.jsx)(t.p,{children:"environment details"}),"\n",(0,o.jsx)(t.hr,{}),"\n",(0,o.jsx)(t.h3,{id:"route",children:"route"}),"\n",(0,o.jsx)(t.pre,{children:(0,o.jsx)(t.code,{className:"language-ts",children:"route: Route;\n"})}),"\n",(0,o.jsx)(t.p,{children:"current route"})]})}function d(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>s,x:()=>a});var i=n(30758);const o={},r=i.createContext(o);function s(e){const t=i.useContext(r);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:s(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[752],{48269:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>d,frontMatter:()=>r,metadata:()=>s,toc:()=>p});const s=JSON.parse('{"id":"api/type-aliases/LoanSetup","title":"LoanSetup","description":"Properties","source":"@site/docs/api/type-aliases/LoanSetup.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanSetup","permalink":"/scripting-object/api/type-aliases/LoanSetup","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanSetup.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanRecord","permalink":"/scripting-object/api/type-aliases/LoanRecord"},"next":{"title":"LoanSyncListener()","permalink":"/scripting-object/api/type-aliases/LoanSyncListener"}}');var i=n(86070),a=n(90116);const r={},o="LoanSetup",c={},p=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,a.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"loansetup",children:"LoanSetup"})}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"type LoanSetup = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(t.h3,{id:"access",children:"access"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,i.jsx)(t.hr,{}),"\n",(0,i.jsx)(t.h3,{id:"rights",children:"rights"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:t}={...(0,a.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>o});var s=n(30758);const i={},a=s.createContext(i);function r(e){const t=s.useContext(a);return s.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:r(e.components),s.createElement(a.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9142],{36454:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>o,contentTitle:()=>c,default:()=>d,frontMatter:()=>a,metadata:()=>s,toc:()=>l});const s=JSON.parse('{"id":"api/type-aliases/TransactionEvent","title":"TransactionEvent","description":"Properties","source":"@site/docs/api/type-aliases/TransactionEvent.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TransactionEvent","permalink":"/scripting-object/api/type-aliases/TransactionEvent","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TransactionEvent.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"TransactionDetails","permalink":"/scripting-object/api/type-aliases/TransactionDetails"},"next":{"title":"TransactionInfo","permalink":"/scripting-object/api/type-aliases/TransactionInfo"}}');var r=t(86070),i=t(90116);const a={},c="TransactionEvent",o={},l=[{value:"Properties",id:"properties",level:2},{value:"comments",id:"comments",level:3},{value:"resources",id:"resources",level:3},{value:"text",id:"text",level:3},{value:"type",id:"type",level:3}];function p(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,i.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.header,{children:(0,r.jsx)(n.h1,{id:"transactionevent",children:"TransactionEvent"})}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"type TransactionEvent = {\n comments: string;\n resources: TransactionResource[];\n text: string;\n type: string;\n};\n"})}),"\n",(0,r.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(n.h3,{id:"comments",children:"comments"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"comments: string;\n"})}),"\n",(0,r.jsx)(n.p,{children:"comments related to event"}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"resources",children:"resources"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"resources: TransactionResource[];\n"})}),"\n",(0,r.jsx)(n.p,{children:"list of file attachments related to event"}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"text",children:"text"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"text: string;\n"})}),"\n",(0,r.jsx)(n.p,{children:"event name"}),"\n",(0,r.jsx)(n.hr,{}),"\n",(0,r.jsx)(n.h3,{id:"type",children:"type"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"type: string;\n"})}),"\n",(0,r.jsx)(n.p,{children:"urn representing the event type"})]})}function d(e={}){const{wrapper:n}={...(0,i.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>a,x:()=>c});var s=t(30758);const r={},i=s.createContext(r);function a(e){const n=s.useContext(i);return s.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function c(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:a(e.components),s.createElement(i.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9738],{24106:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>c,contentTitle:()=>o,default:()=>p,frontMatter:()=>a,metadata:()=>s,toc:()=>l});const s=JSON.parse('{"id":"api/type-aliases/LoanSyncListener","title":"LoanSyncListener()","description":"Event handler for loan sync event","source":"@site/docs/api/type-aliases/LoanSyncListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanSyncListener","permalink":"/scripting-object/api/type-aliases/LoanSyncListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanSyncListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanSetup","permalink":"/scripting-object/api/type-aliases/LoanSetup"},"next":{"title":"LoanTeam","permalink":"/scripting-object/api/type-aliases/LoanTeam"}}');var i=t(86070),r=t(90116);const a={},o="LoanSyncListener()",c={},l=[{value:"Parameters",id:"parameters",level:2},{value:"params",id:"params",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function d(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"loansynclistener",children:"LoanSyncListener()"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"type LoanSyncListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: Record<string, never>;\n obj: ILoan;\n}) => void;\n"})}),"\n",(0,i.jsx)(n.p,{children:"Event handler for loan sync event"}),"\n",(0,i.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,i.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,i.jsx)(n.p,{children:"event parameters"}),"\n",(0,i.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"string"})}),"\n",(0,i.jsx)(n.p,{children:"event name"}),"\n",(0,i.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"Record"}),"<",(0,i.jsx)(n.code,{children:"string"}),", ",(0,i.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,i.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,i.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"Record"}),"<",(0,i.jsx)(n.code,{children:"string"}),", ",(0,i.jsx)(n.code,{children:"never"}),">"]}),"\n",(0,i.jsx)(n.p,{children:"loan sync info"}),"\n",(0,i.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.a,{href:"/scripting-object/api/interfaces/ILoan",children:(0,i.jsx)(n.code,{children:"ILoan"})})}),"\n",(0,i.jsx)(n.p,{children:"loan object reference"}),"\n",(0,i.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"void"})})]})}function p(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>a,x:()=>o});var s=t(30758);const i={},r=s.createContext(i);function a(e){const n=s.useContext(r);return s.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),s.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3023],{84468:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>r,metadata:()=>n,toc:()=>l});const n=JSON.parse('{"id":"api/type-aliases/PostClosingConditions","title":"PostClosingConditions","description":"Properties","source":"@site/docs/api/type-aliases/PostClosingConditions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/PostClosingConditions","permalink":"/scripting-object/api/type-aliases/PostClosingConditions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/PostClosingConditions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"PluginInfo","permalink":"/scripting-object/api/type-aliases/PluginInfo"},"next":{"title":"PreliminaryConditions","permalink":"/scripting-object/api/type-aliases/PreliminaryConditions"}}');var t=i(86070),o=i(90116);const r={},a="PostClosingConditions",c={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,o.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"postclosingconditions",children:"PostClosingConditions"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"type PostClosingConditions = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,t.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"rights",children:"rights"}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:s}={...(0,o.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(p,{...e})}):p(e)}},90116:(e,s,i)=>{i.d(s,{R:()=>r,x:()=>a});var n=i(30758);const t={},o=n.createContext(t);function r(e){const s=n.useContext(o);return n.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function a(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:r(e.components),n.createElement(o.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[7115],{33821:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>r,contentTitle:()=>o,default:()=>h,frontMatter:()=>l,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"api/type-aliases/LoanEvents","title":"LoanEvents","description":"Event types available for loan-related operations.","source":"@site/docs/api/type-aliases/LoanEvents.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanEvents","permalink":"/scripting-object/api/type-aliases/LoanEvents","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanEvents.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanEditModeEventInfo","permalink":"/scripting-object/api/type-aliases/LoanEditModeEventInfo"},"next":{"title":"LoanFieldChangeSyncListener()","permalink":"/scripting-object/api/type-aliases/LoanFieldChangeSyncListener"}}');var t=i(86070),a=i(90116);const l={},o="LoanEvents",r={},c=[{value:"Remarks",id:"remarks",level:2},{value:"loan.change",id:"loanchange",level:3},{value:"loan.close",id:"loanclose",level:3},{value:"loan.committed",id:"loancommitted",level:3},{value:"loan.editModeChange",id:"loaneditmodechange",level:3},{value:"loan.fieldChangeSync",id:"loanfieldchangesync",level:3},{value:"loan.milestoneCompleted",id:"loanmilestonecompleted",level:3},{value:"loan.open",id:"loanopen",level:3},{value:"loan.precommit",id:"loanprecommit",level:3},{value:"loan.premilestonecomplete",id:"loanpremilestonecomplete",level:3},{value:"loan.sync",id:"loansync",level:3}];function d(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",li:"li",p:"p",pre:"pre",ul:"ul",...(0,a.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.header,{children:(0,t.jsx)(n.h1,{id:"loanevents",children:"LoanEvents"})}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"type LoanEvents = {\n loan.applicationselected: LoanApplicationSelectedListener;\n loan.change: LoanChangeListener;\n loan.close: LoanCloseListener;\n loan.committed: LoanCommittedListener;\n loan.editModeChange: LoanEditModeChangeListener;\n loan.fieldChangeSync: LoanFieldChangeSyncListener;\n loan.milestoneCompleted: LoanMilestoneCompletedListener;\n loan.open: LoanOpenListener;\n loan.precommit: LoanPreCommitListener;\n loan.premilestonecomplete: LoanPreMilestoneCompleteListener;\n loan.sync: LoanSyncListener;\n};\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event types available for loan-related operations."}),"\n",(0,t.jsx)(n.p,{children:"This type defines all the events that can be emitted during a loan's lifecycle,\nfrom opening and editing to committing and closing. Each event type maps to its\ncorresponding listener type that handles the event."}),"\n",(0,t.jsx)(n.h2,{id:"remarks",children:"Remarks"}),"\n",(0,t.jsx)(n.p,{children:"Events are fired at different stages of loan processing:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["Application selection and opening (",(0,t.jsx)(n.code,{children:"loan.applicationselected"}),", ",(0,t.jsx)(n.code,{children:"loan.open"}),")"]}),"\n",(0,t.jsxs)(n.li,{children:["User interactions and changes (",(0,t.jsx)(n.code,{children:"loan.change"}),", ",(0,t.jsx)(n.code,{children:"loan.fieldChangeSync"}),", ",(0,t.jsx)(n.code,{children:"loan.editModeChange"}),")"]}),"\n",(0,t.jsxs)(n.li,{children:["Pre-commit validation (",(0,t.jsx)(n.code,{children:"loan.precommit"}),")"]}),"\n",(0,t.jsxs)(n.li,{children:["Committing changes (",(0,t.jsx)(n.code,{children:"loan.committed"}),")"]}),"\n",(0,t.jsxs)(n.li,{children:["Milestone operations (",(0,t.jsx)(n.code,{children:"loan.premilestonecomplete"}),", ",(0,t.jsx)(n.code,{children:"loan.milestoneCompleted"}),")"]}),"\n",(0,t.jsxs)(n.li,{children:["Synchronization (",(0,t.jsx)(n.code,{children:"loan.sync"}),")"]}),"\n",(0,t.jsxs)(n.li,{children:["Closing (",(0,t.jsx)(n.code,{children:"loan.close"}),")"]}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"\n@see {@link LoanApplicationSelectedListener}\n@see {@link LoanChangeListener}\n@see {@link LoanCommittedListener}\n@see {@link LoanCloseListener}\n@see {@link LoanEditModeChangeListener}\n@see {@link LoanFieldChangeSyncListener}\n@see {@link LoanMilestoneCompletedListener}\n@see {@link LoanOpenListener}\n@see {@link LoanPreCommitListener}\n@see {@link LoanPreMilestoneCompleteListener}\n@see {@link LoanSyncListener}\n\n## Properties\n\n### loan.applicationselected\n\n```ts\nloan.applicationselected: LoanApplicationSelectedListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired when a borrower pair changes"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanApplicationSelectedListener",children:"LoanApplicationSelectedListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanchange",children:"loan.change"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.change: LoanChangeListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired for each change made by the user in the UI"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanChangeListener",children:"LoanChangeListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanclose",children:"loan.close"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.close: LoanCloseListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired just prior to closing the loan in the UI"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanCloseListener",children:"LoanCloseListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loancommitted",children:"loan.committed"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.committed: LoanCommittedListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired after pending changes to the loan are committed"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanCommittedListener",children:"LoanCommittedListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loaneditmodechange",children:"loan.editModeChange"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.editModeChange: LoanEditModeChangeListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired when loan edit mode changes"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanEditModeChangeListener",children:"LoanEditModeChangeListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanfieldchangesync",children:"loan.fieldChangeSync"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.fieldChangeSync: LoanFieldChangeSyncListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired when a loan field is changed"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanFieldChangeSyncListener",children:"LoanFieldChangeSyncListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanmilestonecompleted",children:"loan.milestoneCompleted"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.milestoneCompleted: LoanMilestoneCompletedListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired after a milestone is completed by the user and committed to the server"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanMilestoneCompletedListener",children:"LoanMilestoneCompletedListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanopen",children:"loan.open"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.open: LoanOpenListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired after the loan is opened and ready for user interaction"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanOpenListener",children:"LoanOpenListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanprecommit",children:"loan.precommit"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.precommit: LoanPreCommitListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired prior to saving any pending changes to the loan."}),"\n",(0,t.jsx)(n.p,{children:"The guest can use this event to perform custom validation and,\nvia the feedback mechanism, prevent the loan from being saved"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanPreCommitListener",children:"LoanPreCommitListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loanpremilestonecomplete",children:"loan.premilestonecomplete"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.premilestonecomplete: LoanPreMilestoneCompleteListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired when the user attempts to complete a milestone and allows for custom validation,\nand cancellation, of the process"}),"\n",(0,t.jsxs)(n.p,{children:["Use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanPreMilestoneCompleteListener",children:"LoanPreMilestoneCompleteListener"})," to handle this event"]}),"\n",(0,t.jsx)(n.hr,{}),"\n",(0,t.jsx)(n.h3,{id:"loansync",children:"loan.sync"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-ts",children:"loan.sync: LoanSyncListener;\n"})}),"\n",(0,t.jsx)(n.p,{children:"Event is fired after the loan is sync'ed within any saved state made outside of the user's workspace."}),"\n",(0,t.jsxs)(n.p,{children:["use ",(0,t.jsx)(n.a,{href:"/scripting-object/api/type-aliases/LoanSyncListener",children:"LoanSyncListener"})," to handle this event"]})]})}function h(e={}){const{wrapper:n}={...(0,a.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(d,{...e})}):d(e)}},90116:(e,n,i)=>{i.d(n,{R:()=>l,x:()=>o});var s=i(30758);const t={},a=s.createContext(t);function l(e){const n=s.useContext(a);return s.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:l(e.components),s.createElement(a.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2624],{32428:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>l,contentTitle:()=>o,default:()=>d,frontMatter:()=>a,metadata:()=>r,toc:()=>c});const r=JSON.parse('{"id":"api/type-aliases/EFolderSetup","title":"EFolderSetup","description":"Properties","source":"@site/docs/api/type-aliases/EFolderSetup.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/EFolderSetup","permalink":"/scripting-object/api/type-aliases/EFolderSetup","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/EFolderSetup.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"EFolderHistory","permalink":"/scripting-object/api/type-aliases/EFolderHistory"},"next":{"title":"EVault","permalink":"/scripting-object/api/type-aliases/EVault"}}');var i=s(86070),n=s(90116);const a={},o="EFolderSetup",l={},c=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,n.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"efoldersetup",children:"EFolderSetup"})}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"type EFolderSetup = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(t.h3,{id:"access",children:"access"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,i.jsx)(t.hr,{}),"\n",(0,i.jsx)(t.h3,{id:"rights",children:"rights"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:t}={...(0,n.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}},90116:(e,t,s)=>{s.d(t,{R:()=>a,x:()=>o});var r=s(30758);const i={},n=r.createContext(i);function a(e){const t=r.useContext(n);return r.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),r.createElement(n.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9607],{26905:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>c,contentTitle:()=>l,default:()=>d,frontMatter:()=>r,metadata:()=>n,toc:()=>o});const n=JSON.parse('{"id":"api/type-aliases/TablesAndFees","title":"TablesAndFees","description":"Properties","source":"@site/docs/api/type-aliases/TablesAndFees.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TablesAndFees","permalink":"/scripting-object/api/type-aliases/TablesAndFees","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TablesAndFees.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"TableRowStyleOptions","permalink":"/scripting-object/api/type-aliases/TableRowStyleOptions"},"next":{"title":"TimingOptions","permalink":"/scripting-object/api/type-aliases/TimingOptions"}}');var i=t(86070),a=t(90116);const r={},l="TablesAndFees",c={},o=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,a.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(s.header,{children:(0,i.jsx)(s.h1,{id:"tablesandfees",children:"TablesAndFees"})}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"type TablesAndFees = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,i.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,i.jsx)(s.hr,{}),"\n",(0,i.jsx)(s.h3,{id:"rights",children:"rights"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:s}={...(0,a.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}},90116:(e,s,t)=>{t.d(s,{R:()=>r,x:()=>l});var n=t(30758);const i={},a=n.createContext(i);function r(e){const s=n.useContext(a);return n.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function l(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:r(e.components),n.createElement(a.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2485],{1992:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>p,frontMatter:()=>r,metadata:()=>i,toc:()=>d});const i=JSON.parse('{"id":"api/type-aliases/ModuleUnLoadingListener","title":"ModuleUnLoadingListener()","description":"event handler that handles module unload event","source":"@site/docs/api/type-aliases/ModuleUnLoadingListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ModuleUnLoadingListener","permalink":"/scripting-object/api/type-aliases/ModuleUnLoadingListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ModuleUnLoadingListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ModuleParameters","permalink":"/scripting-object/api/type-aliases/ModuleParameters"},"next":{"title":"ModuleUnloadInfo","permalink":"/scripting-object/api/type-aliases/ModuleUnloadInfo"}}');var a=t(86070),s=t(90116);const r={},o="ModuleUnLoadingListener()",l={},d=[{value:"Parameters",id:"parameters",level:2},{value:"params",id:"params",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function c(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.header,{children:(0,a.jsx)(n.h1,{id:"moduleunloadinglistener",children:"ModuleUnLoadingListener()"})}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-ts",children:"type ModuleUnLoadingListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: ModuleUnloadInfo;\n obj: IModule;\n}) => boolean;\n"})}),"\n",(0,a.jsx)(n.p,{children:"event handler that handles module unload event"}),"\n",(0,a.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,a.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,a.jsx)(n.p,{children:"event parameters"}),"\n",(0,a.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.code,{children:"string"})}),"\n",(0,a.jsx)(n.p,{children:"event name"}),"\n",(0,a.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,a.jsxs)(n.p,{children:[(0,a.jsx)(n.code,{children:"Record"}),"<",(0,a.jsx)(n.code,{children:"string"}),", ",(0,a.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,a.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,a.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/type-aliases/ModuleUnloadInfo",children:(0,a.jsx)(n.code,{children:"ModuleUnloadInfo"})})}),"\n",(0,a.jsx)(n.p,{children:"Module unload info"}),"\n",(0,a.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.a,{href:"/scripting-object/api/interfaces/IModule",children:(0,a.jsx)(n.code,{children:"IModule"})})}),"\n",(0,a.jsx)(n.p,{children:"module object reference"}),"\n",(0,a.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,a.jsx)(n.p,{children:(0,a.jsx)(n.code,{children:"boolean"})}),"\n",(0,a.jsx)(n.p,{children:"true to allow module unload, false otherwise"})]})}function p(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,a.jsx)(n,{...e,children:(0,a.jsx)(c,{...e})}):c(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>r,x:()=>o});var i=t(30758);const a={},s=i.createContext(a);function r(e){const n=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:r(e.components),i.createElement(s.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2497],{36676:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>r,metadata:()=>s,toc:()=>p});const s=JSON.parse('{"id":"api/type-aliases/ResourceOptions","title":"ResourceOptions","description":"name of the document to be uploaded","source":"@site/docs/api/type-aliases/ResourceOptions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ResourceOptions","permalink":"/scripting-object/api/type-aliases/ResourceOptions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ResourceOptions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ResourceDetails","permalink":"/scripting-object/api/type-aliases/ResourceDetails"},"next":{"title":"ReturnFile","permalink":"/scripting-object/api/type-aliases/ReturnFile"}}');var i=n(86070),o=n(90116);const r={},a="ResourceOptions",c={},p=[{value:"Properties",id:"properties",level:2},{value:"name",id:"name",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,o.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"resourceoptions",children:"ResourceOptions"})}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"type ResourceOptions = {\n name: string;\n};\n"})}),"\n",(0,i.jsx)(t.p,{children:"name of the document to be uploaded"}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(t.h3,{id:"name",children:"name"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-ts",children:"name: string;\n"})}),"\n",(0,i.jsx)(t.p,{children:"name of the document"})]})}function u(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>a});var s=n(30758);const i={},o=s.createContext(i);function r(e){const t=s.useContext(o);return s.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:r(e.components),s.createElement(o.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3892],{200:(e,s,n)=>{n.r(s),n.d(s,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>r,toc:()=>p});const r=JSON.parse('{"id":"api/type-aliases/UserInfo","title":"UserInfo","description":"User information","source":"@site/docs/api/type-aliases/UserInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/UserInfo","permalink":"/scripting-object/api/type-aliases/UserInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/UserInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"UserAccessRights","permalink":"/scripting-object/api/type-aliases/UserAccessRights"}}');var t=n(86070),i=n(90116);const o={},a="UserInfo",c={},p=[{value:"Properties",id:"properties",level:2},{value:"userId",id:"userid",level:3}];function l(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,i.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"userinfo",children:"UserInfo"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"type UserInfo = {\n userId: string;\n};\n"})}),"\n",(0,t.jsx)(s.p,{children:"User information"}),"\n",(0,t.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(s.h3,{id:"userid",children:"userId"}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"userId: string;\n"})}),"\n",(0,t.jsx)(s.p,{children:"user id"})]})}function d(e={}){const{wrapper:s}={...(0,i.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(l,{...e})}):l(e)}},90116:(e,s,n)=>{n.d(s,{R:()=>o,x:()=>a});var r=n(30758);const t={},i=r.createContext(t);function o(e){const s=r.useContext(i);return r.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function a(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:o(e.components),r.createElement(i.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3823],{80678:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>o,default:()=>d,frontMatter:()=>r,metadata:()=>n,toc:()=>p});const n=JSON.parse('{"id":"api/type-aliases/TpoOrganizationSettings","title":"TpoOrganizationSettings","description":"Properties","source":"@site/docs/api/type-aliases/TpoOrganizationSettings.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TpoOrganizationSettings","permalink":"/scripting-object/api/type-aliases/TpoOrganizationSettings","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TpoOrganizationSettings.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"TpoInformation","permalink":"/scripting-object/api/type-aliases/TpoInformation"},"next":{"title":"TqlServices","permalink":"/scripting-object/api/type-aliases/TqlServices"}}');var s=i(86070),a=i(90116);const r={},o="TpoOrganizationSettings",c={},p=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,a.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"tpoorganizationsettings",children:"TpoOrganizationSettings"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type TpoOrganizationSettings = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,s.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(t.h3,{id:"access",children:"access"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"rights",children:"rights"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:t}={...(0,a.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},90116:(e,t,i)=>{i.d(t,{R:()=>r,x:()=>o});var n=i(30758);const s={},a=n.createContext(s);function r(e){const t=n.useContext(a);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(a.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[758],{79411:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>l,contentTitle:()=>o,default:()=>d,frontMatter:()=>a,metadata:()=>n,toc:()=>c});const n=JSON.parse('{"id":"api/type-aliases/Form","title":"Form","description":"Properties","source":"@site/docs/api/type-aliases/Form.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/Form","permalink":"/scripting-object/api/type-aliases/Form","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/Form.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"FinishMilestone","permalink":"/scripting-object/api/type-aliases/FinishMilestone"},"next":{"title":"FormDescriptor","permalink":"/scripting-object/api/type-aliases/FormDescriptor"}}');var r=i(86070),s=i(90116);const a={},o="Form",l={},c=[{value:"Properties",id:"properties",level:2},{value:"entityId",id:"entityid",level:3},{value:"entityName",id:"entityname",level:3},{value:"entityType",id:"entitytype",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"form",children:"Form"})}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"type Form = {\n entityId: string;\n entityName: string;\n entityType: string;\n};\n"})}),"\n",(0,r.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(t.h3,{id:"entityid",children:"entityId"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"entityId: string;\n"})}),"\n",(0,r.jsx)(t.hr,{}),"\n",(0,r.jsx)(t.h3,{id:"entityname",children:"entityName"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"entityName: string;\n"})}),"\n",(0,r.jsx)(t.hr,{}),"\n",(0,r.jsx)(t.h3,{id:"entitytype",children:"entityType"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"entityType: string;\n"})})]})}function d(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(p,{...e})}):p(e)}},90116:(e,t,i)=>{i.d(t,{R:()=>a,x:()=>o});var n=i(30758);const r={},s=n.createContext(r);function a(e){const t=n.useContext(s);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:a(e.components),n.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3645],{59782:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>d,frontMatter:()=>o,metadata:()=>i,toc:()=>p});const i=JSON.parse('{"id":"api/type-aliases/TpoCompanyDetails","title":"TpoCompanyDetails","description":"Properties","source":"@site/docs/api/type-aliases/TpoCompanyDetails.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/TpoCompanyDetails","permalink":"/scripting-object/api/type-aliases/TpoCompanyDetails","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/TpoCompanyDetails.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Tool","permalink":"/scripting-object/api/type-aliases/Tool"},"next":{"title":"TpoConnectSiteSettings","permalink":"/scripting-object/api/type-aliases/TpoConnectSiteSettings"}}');var n=s(86070),a=s(90116);const o={},r="TpoCompanyDetails",c={},p=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,a.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.header,{children:(0,n.jsx)(t.h1,{id:"tpocompanydetails",children:"TpoCompanyDetails"})}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-ts",children:"type TpoCompanyDetails = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,n.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,n.jsx)(t.h3,{id:"access",children:"access"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,n.jsx)(t.hr,{}),"\n",(0,n.jsx)(t.h3,{id:"rights",children:"rights"}),"\n",(0,n.jsx)(t.pre,{children:(0,n.jsx)(t.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:t}={...(0,a.R)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(l,{...e})}):l(e)}},90116:(e,t,s)=>{s.d(t,{R:()=>o,x:()=>r});var i=s(30758);const n={},a=i.createContext(n);function o(e){const t=i.useContext(a);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:o(e.components),i.createElement(a.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3361],{74548:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>a,contentTitle:()=>o,default:()=>d,frontMatter:()=>p,metadata:()=>n,toc:()=>c});const n=JSON.parse('{"id":"api/type-aliases/CurrentApplicationOptions","title":"CurrentApplicationOptions","description":"options for setting current application","source":"@site/docs/api/type-aliases/CurrentApplicationOptions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/CurrentApplicationOptions","permalink":"/scripting-object/api/type-aliases/CurrentApplicationOptions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/CurrentApplicationOptions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Contacts","permalink":"/scripting-object/api/type-aliases/Contacts"},"next":{"title":"Dashboard","permalink":"/scripting-object/api/type-aliases/Dashboard"}}');var r=i(86070),s=i(90116);const p={},o="CurrentApplicationOptions",a={},c=[{value:"Properties",id:"properties",level:2},{value:"id",id:"id",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"currentapplicationoptions",children:"CurrentApplicationOptions"})}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"type CurrentApplicationOptions = {\n id: string;\n};\n"})}),"\n",(0,r.jsx)(t.p,{children:"options for setting current application"}),"\n",(0,r.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(t.h3,{id:"id",children:"id"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"id: string;\n"})}),"\n",(0,r.jsx)(t.p,{children:"unique borrower pair id"})]})}function d(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(l,{...e})}):l(e)}},90116:(e,t,i)=>{i.d(t,{R:()=>p,x:()=>o});var n=i(30758);const r={},s=n.createContext(r);function p(e){const t=n.useContext(s);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:p(e.components),n.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9327],{89107:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>c,contentTitle:()=>d,default:()=>l,frontMatter:()=>s,metadata:()=>i,toc:()=>a});const i=JSON.parse('{"id":"api/enumerations/OpenMode","title":"OpenMode","description":"module open mode","source":"@site/docs/api/enumerations/OpenMode.md","sourceDirName":"api/enumerations","slug":"/api/enumerations/OpenMode","permalink":"/scripting-object/api/enumerations/OpenMode","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/enumerations/OpenMode.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"NavigationType","permalink":"/scripting-object/api/enumerations/NavigationType"},"next":{"title":"OpenType","permalink":"/scripting-object/api/enumerations/OpenType"}}');var o=t(86070),r=t(90116);const s={},d="OpenMode",c={},a=[{value:"Enumeration Members",id:"enumeration-members",level:2}];function p(e){const n={code:"code",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,r.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.header,{children:(0,o.jsx)(n.h1,{id:"openmode",children:"OpenMode"})}),"\n",(0,o.jsx)(n.p,{children:"module open mode"}),"\n",(0,o.jsx)(n.h2,{id:"enumeration-members",children:"Enumeration Members"}),"\n",(0,o.jsxs)(n.table,{children:[(0,o.jsx)(n.thead,{children:(0,o.jsxs)(n.tr,{children:[(0,o.jsx)(n.th,{children:"Enumeration Member"}),(0,o.jsx)(n.th,{children:"Value"}),(0,o.jsx)(n.th,{children:"Description"})]})}),(0,o.jsxs)(n.tbody,{children:[(0,o.jsxs)(n.tr,{children:[(0,o.jsxs)(n.td,{children:[(0,o.jsx)("a",{id:"inline"})," ",(0,o.jsx)(n.code,{children:"INLINE"})]}),(0,o.jsx)(n.td,{children:(0,o.jsx)(n.code,{children:'"IFRAME"'})}),(0,o.jsx)(n.td,{children:"open the module in the iframe window"})]}),(0,o.jsxs)(n.tr,{children:[(0,o.jsxs)(n.td,{children:[(0,o.jsx)("a",{id:"popup"})," ",(0,o.jsx)(n.code,{children:"POPUP"})]}),(0,o.jsx)(n.td,{children:(0,o.jsx)(n.code,{children:'"POPUP"'})}),(0,o.jsx)(n.td,{children:"open the module in a new popup window"})]})]})]})]})}function l(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(p,{...e})}):p(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>s,x:()=>d});var i=t(30758);const o={},r=i.createContext(o);function s(e){const n=i.useContext(r);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function d(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:s(e.components),i.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[7098],{39578:(n,e,s)=>{s.r(e),s.d(e,{default:()=>d});s(30758);var r=s(27538);function i(n,e){return`docs-${n}-${e}`}var o=s(3105),t=s(71977),c=s(89989),l=s(86070);function a(n){const{version:e}=n;return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(c.A,{version:e.version,tag:i(e.pluginId,e.version)}),(0,l.jsx)(r.be,{children:e.noIndex&&(0,l.jsx)("meta",{name:"robots",content:"noindex, nofollow"})})]})}function u(n){const{version:e,route:s}=n;return(0,l.jsx)(r.e3,{className:e.className,children:(0,l.jsx)(o.n,{version:e,children:(0,t.v)(s.routes)})})}function d(n){return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(a,{...n}),(0,l.jsx)(u,{...n})]})}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4164],{40913:(e,i,t)=>{t.r(i),t.d(i,{assets:()=>c,contentTitle:()=>o,default:()=>d,frontMatter:()=>a,metadata:()=>n,toc:()=>p});const n=JSON.parse('{"id":"api/type-aliases/DescriptorInfo","title":"DescriptorInfo","description":"metadata about the application descriptor","source":"@site/docs/api/type-aliases/DescriptorInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/DescriptorInfo","permalink":"/scripting-object/api/type-aliases/DescriptorInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/DescriptorInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"DeliveryConditions","permalink":"/scripting-object/api/type-aliases/DeliveryConditions"},"next":{"title":"DisclosureTracking","permalink":"/scripting-object/api/type-aliases/DisclosureTracking"}}');var r=t(86070),s=t(90116);const a={},o="DescriptorInfo",c={},p=[{value:"Properties",id:"properties",level:2},{value:"id",id:"id",level:3},{value:"name",id:"name",level:3}];function l(e){const i={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(i.header,{children:(0,r.jsx)(i.h1,{id:"descriptorinfo",children:"DescriptorInfo"})}),"\n",(0,r.jsx)(i.pre,{children:(0,r.jsx)(i.code,{className:"language-ts",children:"type DescriptorInfo = {\n id: string;\n name: string;\n};\n"})}),"\n",(0,r.jsx)(i.p,{children:"metadata about the application descriptor"}),"\n",(0,r.jsx)(i.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(i.h3,{id:"id",children:"id"}),"\n",(0,r.jsx)(i.pre,{children:(0,r.jsx)(i.code,{className:"language-ts",children:"id: string;\n"})}),"\n",(0,r.jsx)(i.p,{children:"unique id of the application"}),"\n",(0,r.jsx)(i.hr,{}),"\n",(0,r.jsx)(i.h3,{id:"name",children:"name"}),"\n",(0,r.jsx)(i.pre,{children:(0,r.jsx)(i.code,{className:"language-ts",children:"name: string;\n"})}),"\n",(0,r.jsx)(i.p,{children:"name of the application"})]})}function d(e={}){const{wrapper:i}={...(0,s.R)(),...e.components};return i?(0,r.jsx)(i,{...e,children:(0,r.jsx)(l,{...e})}):l(e)}},90116:(e,i,t)=>{t.d(i,{R:()=>a,x:()=>o});var n=t(30758);const r={},s=n.createContext(r);function a(e){const i=n.useContext(s);return n.useMemo(function(){return"function"==typeof e?e(i):{...i,...e}},[i,e])}function o(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:a(e.components),n.createElement(s.Provider,{value:i},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9048],{34808:(e,t,n)=>{n.r(t),n.d(t,{default:()=>Ce});var a=n(30758),i=n(13526),o=n(27538),s=n(73581),l=n(90113),c=n(4881),r=n(98671),d=n(89542),u=n(37496);const m={backToTopButton:"backToTopButton_cO8Y",backToTopButtonShow:"backToTopButtonShow_Pbbc"};var b=n(86070);function h(){const{shown:e,scrollToTop:t}=function({threshold:e}){const[t,n]=(0,a.useState)(!1),i=(0,a.useRef)(!1),{startScroll:o,cancelScroll:s}=(0,d.gk)();return(0,d.Mq)(({scrollY:t},a)=>{const o=a?.scrollY;o&&(i.current?i.current=!1:t>=o?(s(),n(!1)):t<e?n(!1):t+window.innerHeight<document.documentElement.scrollHeight&&n(!0))}),(0,u.$)(e=>{e.location.hash&&(i.current=!0,n(!1))}),{shown:t,scrollToTop:()=>o(0)}}({threshold:300});return(0,b.jsx)("button",{"aria-label":(0,r.T)({id:"theme.BackToTopButton.buttonAriaLabel",message:"Scroll back to top",description:"The ARIA label for the back to top button"}),className:(0,i.A)("clean-btn",s.G.common.backToTopButton,m.backToTopButton,e&&m.backToTopButtonShow),type:"button",onClick:t})}var p=n(16939),x=n(25557),j=n(23063),f=n(28508),_=n(46047);function g(e){return(0,b.jsx)("svg",{width:"20",height:"20","aria-hidden":"true",...e,children:(0,b.jsxs)("g",{fill:"#7a7a7a",children:[(0,b.jsx)("path",{d:"M9.992 10.023c0 .2-.062.399-.172.547l-4.996 7.492a.982.982 0 01-.828.454H1c-.55 0-1-.453-1-1 0-.2.059-.403.168-.551l4.629-6.942L.168 3.078A.939.939 0 010 2.528c0-.548.45-.997 1-.997h2.996c.352 0 .649.18.828.45L9.82 9.472c.11.148.172.347.172.55zm0 0"}),(0,b.jsx)("path",{d:"M19.98 10.023c0 .2-.058.399-.168.547l-4.996 7.492a.987.987 0 01-.828.454h-3c-.547 0-.996-.453-.996-1 0-.2.059-.403.168-.551l4.625-6.942-4.625-6.945a.939.939 0 01-.168-.55 1 1 0 01.996-.997h3c.348 0 .649.18.828.45l4.996 7.492c.11.148.168.347.168.55zm0 0"})]})})}const v="collapseSidebarButton_iy1w",C="collapseSidebarButtonIcon_Y9o8";function A({onClick:e}){return(0,b.jsx)("button",{type:"button",title:(0,r.T)({id:"theme.docs.sidebar.collapseButtonTitle",message:"Collapse sidebar",description:"The title attribute for collapse button of doc sidebar"}),"aria-label":(0,r.T)({id:"theme.docs.sidebar.collapseButtonAriaLabel",message:"Collapse sidebar",description:"The title attribute for collapse button of doc sidebar"}),className:(0,i.A)("button button--secondary button--outline",v),onClick:e,children:(0,b.jsx)(g,{className:C})})}var k=n(56523),S=n(25430);const T=Symbol("EmptyContext"),N=a.createContext(T);function I({children:e}){const[t,n]=(0,a.useState)(null),i=(0,a.useMemo)(()=>({expandedItem:t,setExpandedItem:n}),[t]);return(0,b.jsx)(N.Provider,{value:i,children:e})}var y=n(25e3),B=n(31395),L=n(17354),w=n(27019),M=n(40754),E=n(50516);const H="menuExternalLink_YSWF",P="linkLabel_Knm1";function W({label:e}){return(0,b.jsx)("span",{title:e,className:P,children:e})}function G({item:e,onItemClick:t,activePath:n,level:a,index:o,...c}){const{href:r,label:d,className:u,autoAddBaseUrl:m}=e,h=(0,l.w8)(e,n),p=(0,M.A)(r);return(0,b.jsx)("li",{className:(0,i.A)(s.G.docs.docSidebarItemLink,s.G.docs.docSidebarItemLinkLevel(a),"menu__list-item",u),children:(0,b.jsxs)(L.A,{className:(0,i.A)("menu__link",!p&&H,{"menu__link--active":h}),autoAddBaseUrl:m,"aria-current":h?"page":void 0,to:r,...p&&{onClick:t?()=>t(e):void 0},...c,children:[(0,b.jsx)(W,{label:d}),!p&&(0,b.jsx)(E.A,{})]})},d)}const R="categoryLink_BCi1",D="categoryLinkLabel_I_MP";function F({collapsed:e,categoryLabel:t,onClick:n}){return(0,b.jsx)("button",{"aria-label":e?(0,r.T)({id:"theme.DocSidebarItem.expandCategoryAriaLabel",message:"Expand sidebar category '{label}'",description:"The ARIA label to expand the sidebar category"},{label:t}):(0,r.T)({id:"theme.DocSidebarItem.collapseCategoryAriaLabel",message:"Collapse sidebar category '{label}'",description:"The ARIA label to collapse the sidebar category"},{label:t}),"aria-expanded":!e,type:"button",className:"clean-btn menu__caret",onClick:n})}function Y({label:e}){return(0,b.jsx)("span",{title:e,className:D,children:e})}function O(e){return 0===(0,l.Y)(e.item.items,e.activePath).length?(0,b.jsx)(U,{...e}):(0,b.jsx)(V,{...e})}function U({item:e,...t}){if("string"!=typeof e.href)return null;const{type:n,collapsed:a,collapsible:i,items:o,linkUnlisted:s,...l}=e,c={type:"link",...l};return(0,b.jsx)(G,{item:c,...t})}function V({item:e,onItemClick:t,activePath:n,level:o,index:c,...r}){const{items:d,label:u,collapsible:m,className:h,href:p}=e,{docs:{sidebar:{autoCollapseCategories:x}}}=(0,f.p)(),j=function(e){const t=(0,w.A)();return(0,a.useMemo)(()=>e.href&&!e.linkUnlisted?e.href:!t&&e.collapsible?(0,l.Nr)(e):void 0,[e,t])}(e),_=(0,l.w8)(e,n),g=(0,B.ys)(p,n),{collapsed:v,setCollapsed:C}=(0,y.u)({initialState:()=>!!m&&(!_&&e.collapsed)}),{expandedItem:A,setExpandedItem:k}=function(){const e=(0,a.useContext)(N);if(e===T)throw new S.dV("DocSidebarItemsExpandedStateProvider");return e}(),I=(e=!v)=>{k(e?null:c),C(e)};!function({isActive:e,collapsed:t,updateCollapsed:n,activePath:i}){const o=(0,S.ZC)(e),s=(0,S.ZC)(i);(0,a.useEffect)(()=>{(e&&!o||e&&o&&i!==s)&&t&&n(!1)},[e,o,t,n,i,s])}({isActive:_,collapsed:v,updateCollapsed:I,activePath:n}),(0,a.useEffect)(()=>{m&&null!=A&&A!==c&&x&&C(!0)},[m,A,c,C,x]);return(0,b.jsxs)("li",{className:(0,i.A)(s.G.docs.docSidebarItemCategory,s.G.docs.docSidebarItemCategoryLevel(o),"menu__list-item",{"menu__list-item--collapsed":v},h),children:[(0,b.jsxs)("div",{className:(0,i.A)("menu__list-item-collapsible",{"menu__list-item-collapsible--active":g}),children:[(0,b.jsx)(L.A,{className:(0,i.A)(R,"menu__link",{"menu__link--sublist":m,"menu__link--sublist-caret":!p&&m,"menu__link--active":_}),onClick:n=>{t?.(e),m&&(p?g?(n.preventDefault(),I()):I(!1):(n.preventDefault(),I()))},"aria-current":g?"page":void 0,role:m&&!p?"button":void 0,"aria-expanded":m&&!p?!v:void 0,href:m?j??"#":j,...r,children:(0,b.jsx)(Y,{label:u})}),p&&m&&(0,b.jsx)(F,{collapsed:v,categoryLabel:u,onClick:e=>{e.preventDefault(),I()}})]}),(0,b.jsx)(y.N,{lazy:!0,as:"ul",className:"menu__list",collapsed:v,children:(0,b.jsx)(K,{items:d,tabIndex:v?-1:0,onItemClick:t,activePath:n,level:o+1})})]})}const Q="menuHtmlItem_UI7Q";function q({item:e,level:t,index:n}){const{value:a,defaultStyle:o,className:l}=e;return(0,b.jsx)("li",{className:(0,i.A)(s.G.docs.docSidebarItemLink,s.G.docs.docSidebarItemLinkLevel(t),o&&[Q,"menu__list-item"],l),dangerouslySetInnerHTML:{__html:a}},n)}function z({item:e,...t}){switch(e.type){case"category":return(0,b.jsx)(O,{item:e,...t});case"html":return(0,b.jsx)(q,{item:e,...t});default:return(0,b.jsx)(G,{item:e,...t})}}function X({items:e,...t}){const n=(0,l.Y)(e,t.activePath);return(0,b.jsx)(I,{children:n.map((e,n)=>(0,b.jsx)(z,{item:e,index:n,...t},n))})}const K=(0,a.memo)(X),Z="menu_Qdup",$="menuWithAnnouncementBar_BIQ_";function J({path:e,sidebar:t,className:n}){const o=function(){const{isActive:e}=(0,k.M)(),[t,n]=(0,a.useState)(e);return(0,d.Mq)(({scrollY:t})=>{e&&n(0===t)},[e]),e&&t}();return(0,b.jsx)("nav",{"aria-label":(0,r.T)({id:"theme.docs.sidebar.navAriaLabel",message:"Docs sidebar",description:"The ARIA label for the sidebar navigation"}),className:(0,i.A)("menu thin-scrollbar",Z,o&&$,n),children:(0,b.jsx)("ul",{className:(0,i.A)(s.G.docs.docSidebarMenu,"menu__list"),children:(0,b.jsx)(K,{items:t,activePath:e,level:1})})})}const ee="sidebar_Xoux",te="sidebarWithHideableNavbar_yeKa",ne="sidebarHidden_OWQS",ae="sidebarLogo_MlHT";function ie({path:e,sidebar:t,onCollapse:n,isHidden:a}){const{navbar:{hideOnScroll:o},docs:{sidebar:{hideable:s}}}=(0,f.p)();return(0,b.jsxs)("div",{className:(0,i.A)(ee,o&&te,a&&ne),children:[o&&(0,b.jsx)(_.A,{tabIndex:-1,className:ae}),(0,b.jsx)(J,{path:e,sidebar:t}),s&&(0,b.jsx)(A,{onClick:n})]})}const oe=a.memo(ie);var se=n(81750),le=n(87483);const ce=({sidebar:e,path:t})=>{const n=(0,le.M)();return(0,b.jsx)("ul",{className:(0,i.A)(s.G.docs.docSidebarMenu,"menu__list"),children:(0,b.jsx)(K,{items:e,activePath:t,onItemClick:e=>{"category"===e.type&&e.href&&n.toggle(),"link"===e.type&&n.toggle()},level:1})})};function re(e){return(0,b.jsx)(se.GX,{component:ce,props:e})}const de=a.memo(re);function ue(e){const t=(0,j.l)(),n="desktop"===t||"ssr"===t,a="mobile"===t;return(0,b.jsxs)(b.Fragment,{children:[n&&(0,b.jsx)(oe,{...e}),a&&(0,b.jsx)(de,{...e})]})}const me={expandButton:"expandButton_ZMhF",expandButtonIcon:"expandButtonIcon_XBOX"};function be({toggleSidebar:e}){return(0,b.jsx)("div",{className:me.expandButton,title:(0,r.T)({id:"theme.docs.sidebar.expandButtonTitle",message:"Expand sidebar",description:"The ARIA label and title attribute for expand button of doc sidebar"}),"aria-label":(0,r.T)({id:"theme.docs.sidebar.expandButtonAriaLabel",message:"Expand sidebar",description:"The ARIA label and title attribute for expand button of doc sidebar"}),tabIndex:0,role:"button",onKeyDown:e,onClick:e,children:(0,b.jsx)(g,{className:me.expandButtonIcon})})}const he={docSidebarContainer:"docSidebarContainer_yHv_",docSidebarContainerHidden:"docSidebarContainerHidden_xQA4",sidebarViewport:"sidebarViewport_iaL1"};function pe({children:e}){const t=(0,c.t)();return(0,b.jsx)(a.Fragment,{children:e},t?.name??"noSidebar")}function xe({sidebar:e,hiddenSidebarContainer:t,setHiddenSidebarContainer:n}){const{pathname:o}=(0,x.zy)(),[l,c]=(0,a.useState)(!1),r=(0,a.useCallback)(()=>{l&&c(!1),!l&&(0,p.O)()&&c(!0),n(e=>!e)},[n,l]);return(0,b.jsx)("aside",{className:(0,i.A)(s.G.docs.docSidebarContainer,he.docSidebarContainer,t&&he.docSidebarContainerHidden),onTransitionEnd:e=>{e.currentTarget.classList.contains(he.docSidebarContainer)&&t&&c(!0)},children:(0,b.jsx)(pe,{children:(0,b.jsxs)("div",{className:(0,i.A)(he.sidebarViewport,l&&he.sidebarViewportHidden),children:[(0,b.jsx)(ue,{sidebar:e,path:o,onCollapse:r,isHidden:l}),l&&(0,b.jsx)(be,{toggleSidebar:r})]})})})}const je={docMainContainer:"docMainContainer_qgvB",docMainContainerEnhanced:"docMainContainerEnhanced_nyBY",docItemWrapperEnhanced:"docItemWrapperEnhanced_OMFT"};function fe({hiddenSidebarContainer:e,children:t}){const n=(0,c.t)();return(0,b.jsx)("main",{className:(0,i.A)(je.docMainContainer,(e||!n)&&je.docMainContainerEnhanced),children:(0,b.jsx)("div",{className:(0,i.A)("container padding-top--md padding-bottom--lg",je.docItemWrapper,e&&je.docItemWrapperEnhanced),children:t})})}const _e={docRoot:"docRoot_cyW0",docsWrapper:"docsWrapper_es0q"};function ge({children:e}){const t=(0,c.t)(),[n,i]=(0,a.useState)(!1);return(0,b.jsxs)("div",{className:_e.docsWrapper,children:[(0,b.jsx)(h,{}),(0,b.jsxs)("div",{className:_e.docRoot,children:[t&&(0,b.jsx)(xe,{sidebar:t.items,hiddenSidebarContainer:n,setHiddenSidebarContainer:i}),(0,b.jsx)(fe,{hiddenSidebarContainer:n,children:e})]})]})}var ve=n(90133);function Ce(e){const t=(0,l.B5)(e);if(!t)return(0,b.jsx)(ve.A,{});const{docElement:n,sidebarName:a,sidebarItems:r}=t;return(0,b.jsx)(o.e3,{className:(0,i.A)(s.G.page.docsDocPage),children:(0,b.jsx)(c.V,{name:a,items:r,children:(0,b.jsx)(ge,{children:n})})})}},90133:(e,t,n)=>{n.d(t,{A:()=>l});n(30758);var a=n(13526),i=n(98671),o=n(63941),s=n(86070);function l({className:e}){return(0,s.jsx)("main",{className:(0,a.A)("container margin-vert--xl",e),children:(0,s.jsx)("div",{className:"row",children:(0,s.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,s.jsx)(o.A,{as:"h1",className:"hero__title",children:(0,s.jsx)(i.A,{id:"theme.NotFound.title",description:"The title of the 404 page",children:"Page Not Found"})}),(0,s.jsx)("p",{children:(0,s.jsx)(i.A,{id:"theme.NotFound.p1",description:"The first paragraph of the 404 page",children:"We could not find what you were looking for."})}),(0,s.jsx)("p",{children:(0,s.jsx)(i.A,{id:"theme.NotFound.p2",description:"The 2nd paragraph of the 404 page",children:"Please contact the owner of the site that linked you to the original URL and let them know their link is broken."})})]})})})}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[7063],{49256:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>l,contentTitle:()=>r,default:()=>d,frontMatter:()=>o,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/NavigationOptions","title":"NavigationOptions","description":"navigation options","source":"@site/docs/api/type-aliases/NavigationOptions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/NavigationOptions","permalink":"/scripting-object/api/type-aliases/NavigationOptions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/NavigationOptions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"MoveTo","permalink":"/scripting-object/api/type-aliases/MoveTo"},"next":{"title":"NavigationStartInfo","permalink":"/scripting-object/api/type-aliases/NavigationStartInfo"}}');var a=n(86070),s=n(90116);const o={},r="NavigationOptions",l={},c=[{value:"Properties",id:"properties",level:2},{value:"context?",id:"context",level:3},{value:"target",id:"target",level:3},{value:"Example",id:"example",level:4},{value:"type",id:"type",level:3},{value:"Example",id:"example-1",level:4}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",hr:"hr",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(t.header,{children:(0,a.jsx)(t.h1,{id:"navigationoptions",children:"NavigationOptions"})}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"type NavigationOptions = {\n context?: Record<string, string>;\n target: string;\n type: NavigationType;\n};\n"})}),"\n",(0,a.jsx)(t.p,{children:"navigation options"}),"\n",(0,a.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,a.jsx)(t.h3,{id:"context",children:"context?"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"optional context: Record<string, string>;\n"})}),"\n",(0,a.jsx)(t.p,{children:"context for the navigation"}),"\n",(0,a.jsx)(t.hr,{}),"\n",(0,a.jsx)(t.h3,{id:"target",children:"target"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"target: string;\n"})}),"\n",(0,a.jsx)(t.p,{children:"name of the location to navigate to"}),"\n",(0,a.jsx)(t.h4,{id:"example",children:"Example"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"Services, Secondary Registration etc.,\n"})}),"\n",(0,a.jsx)(t.hr,{}),"\n",(0,a.jsx)(t.h3,{id:"type",children:"type"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"type: NavigationType;\n"})}),"\n",(0,a.jsx)(t.p,{children:"type of the location to navigate to"}),"\n",(0,a.jsx)(t.h4,{id:"example-1",children:"Example"}),"\n",(0,a.jsx)(t.pre,{children:(0,a.jsx)(t.code,{className:"language-ts",children:"NavigationType.STANDARD_FORM\n"})})]})}function d(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,a.jsx)(t,{...e,children:(0,a.jsx)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>o,x:()=>r});var i=n(30758);const a={},s=i.createContext(a);function o(e){const t=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function r(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:o(e.components),i.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[3583],{90116:(e,t,n)=>{n.d(t,{R:()=>c,x:()=>l});var r=n(30758);const s={},i=r.createContext(s);function c(e){const t=r.useContext(i);return r.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:c(e.components),r.createElement(i.Provider,{value:t},e.children)}},99338:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>c,metadata:()=>r,toc:()=>x});const r=JSON.parse('{"id":"Objects/transaction","title":"Transaction","description":"API Definition","source":"@site/docs/Objects/transaction.md","sourceDirName":"Objects","slug":"/Objects/transaction","permalink":"/scripting-object/Objects/transaction","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/Objects/transaction.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Styling","permalink":"/scripting-object/Objects/styling"},"next":{"title":"TransactionTemplate","permalink":"/scripting-object/Objects/transactiontemplate"}}');var s=n(86070),i=n(90116);const c={},l="Transaction",d={},x=[{value:"Methods",id:"methods",level:2},{value:"Events",id:"events",level:2}];function a(e){const t={a:"a",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"transaction",children:"Transaction"})}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction",children:"API Definition"})}),"\n",(0,s.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,s.jsxs)(t.table,{children:[(0,s.jsx)(t.thead,{children:(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.th,{style:{textAlign:"center"},children:"Method"}),(0,s.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,s.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,s.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,s.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"})]})}),(0,s.jsxs)(t.tbody,{children:[(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#cancel",children:"cancel"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#close",children:"close"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#create",children:"create"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#createevent",children:"createEvent"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#createresource",children:"createResource"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#error",children:"error"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#get",children:"get"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#getorigin",children:"getOrigin"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#refreshorigin",children:"refreshOrigin"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#set",children:"set"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]}),(0,s.jsxs)(t.tr,{children:[(0,s.jsx)(t.td,{style:{textAlign:"center"},children:(0,s.jsx)(t.a,{href:"../api/interfaces/ITransaction#update",children:"update"})}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,s.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"})]})]})]}),"\n",(0,s.jsx)(t.h2,{id:"events",children:"Events"}),"\n",(0,s.jsx)(t.p,{children:"NA"})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(a,{...e})}):a(e)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[5742],{27093:e=>{e.exports=JSON.parse('{"name":"docusaurus-plugin-content-docs","id":"default"}')}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9586],{1309:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>l,default:()=>d,frontMatter:()=>a,metadata:()=>i,toc:()=>o});const i=JSON.parse('{"id":"api/type-aliases/ReturnFile","title":"ReturnFile","description":"Properties","source":"@site/docs/api/type-aliases/ReturnFile.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ReturnFile","permalink":"/scripting-object/api/type-aliases/ReturnFile","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ReturnFile.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ResourceOptions","permalink":"/scripting-object/api/type-aliases/ResourceOptions"},"next":{"title":"Role","permalink":"/scripting-object/api/type-aliases/Role"}}');var s=n(86070),r=n(90116);const a={},l="ReturnFile",c={},o=[{value:"Properties",id:"properties",level:2},{value:"entityId",id:"entityid",level:3},{value:"entityName",id:"entityname",level:3},{value:"entityType",id:"entitytype",level:3}];function p(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"returnfile",children:"ReturnFile"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type ReturnFile = {\n entityId: string;\n entityName: string;\n entityType: string;\n};\n"})}),"\n",(0,s.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(t.h3,{id:"entityid",children:"entityId"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityId: string;\n"})}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"entityname",children:"entityName"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityName: string;\n"})}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"entitytype",children:"entityType"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityType: string;\n"})})]})}function d(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(p,{...e})}):p(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>a,x:()=>l});var i=n(30758);const s={},r=i.createContext(s);function a(e){const t=i.useContext(r);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:a(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[374],{79667:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>s,metadata:()=>i,toc:()=>p});const i=JSON.parse('{"id":"api/type-aliases/FormInfo","title":"FormInfo","description":"metadata about the form","source":"@site/docs/api/type-aliases/FormInfo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/FormInfo","permalink":"/scripting-object/api/type-aliases/FormInfo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/FormInfo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"FormEvents","permalink":"/scripting-object/api/type-aliases/FormEvents"},"next":{"title":"FormLoadListener()","permalink":"/scripting-object/api/type-aliases/FormLoadListener"}}');var r=n(86070),o=n(90116);const s={},a="FormInfo",c={},p=[{value:"Properties",id:"properties",level:2},{value:"id",id:"id",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,o.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"forminfo",children:"FormInfo"})}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"type FormInfo = {\n id: string;\n};\n"})}),"\n",(0,r.jsx)(t.p,{children:"metadata about the form"}),"\n",(0,r.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,r.jsx)(t.h3,{id:"id",children:"id"}),"\n",(0,r.jsx)(t.pre,{children:(0,r.jsx)(t.code,{className:"language-ts",children:"id: string;\n"})}),"\n",(0,r.jsx)(t.p,{children:"unique id of the form"})]})}function d(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>s,x:()=>a});var i=n(30758);const r={},o=i.createContext(r);function s(e){const t=i.useContext(o);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:s(e.components),i.createElement(o.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[7789],{56019:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>d,contentTitle:()=>c,default:()=>x,frontMatter:()=>r,metadata:()=>s,toc:()=>h});const s=JSON.parse('{"id":"Objects/global","title":"Global","description":"API Definition","source":"@site/docs/Objects/global.md","sourceDirName":"Objects","slug":"/Objects/global","permalink":"/scripting-object/Objects/global","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/Objects/global.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Form","permalink":"/scripting-object/Objects/form"},"next":{"title":"Http","permalink":"/scripting-object/Objects/http"}}');var l=n(86070),i=n(90116);const r={},c="Global",d={},h=[{value:"Methods",id:"methods",level:2},{value:"Events",id:"events",level:2}];function o(e){const t={a:"a",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,i.R)(),...e.components};return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(t.header,{children:(0,l.jsx)(t.h1,{id:"global",children:"Global"})}),"\n",(0,l.jsx)(t.p,{children:(0,l.jsx)(t.a,{href:"../api/interfaces/IGlobal",children:"API Definition"})}),"\n",(0,l.jsx)(t.h2,{id:"methods",children:"Methods"}),"\n",(0,l.jsxs)(t.table,{children:[(0,l.jsx)(t.thead,{children:(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Method"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"}),(0,l.jsx)(t.th,{children:"Notes"})]})}),(0,l.jsxs)(t.tbody,{children:[(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IGlobal#get",children:"get"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]}),(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IGlobal#set",children:"set"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2714"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]})]})]}),"\n",(0,l.jsx)(t.h2,{id:"events",children:"Events"}),"\n",(0,l.jsxs)(t.table,{children:[(0,l.jsx)(t.thead,{children:(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Event"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Encompass Web"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"TPO"}),(0,l.jsx)(t.th,{style:{textAlign:"center"},children:"Consumer Connect"}),(0,l.jsx)(t.th,{children:"Notes"})]})}),(0,l.jsx)(t.tbody,{children:(0,l.jsxs)(t.tr,{children:[(0,l.jsx)(t.td,{style:{textAlign:"center"},children:(0,l.jsx)(t.a,{href:"../api/interfaces/IGlobal#change",children:"Change"})}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{style:{textAlign:"center"},children:"\u2716\ufe0f"}),(0,l.jsx)(t.td,{})]})})]})]})}function x(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,l.jsx)(t,{...e,children:(0,l.jsx)(o,{...e})}):o(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>c});var s=n(30758);const l={},i=s.createContext(l);function r(e){const t=s.useContext(i);return s.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(l):e.components||l:r(e.components),s.createElement(i.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[5100],{24267:(e,n,r)=>{r.r(n),r.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>p,frontMatter:()=>a,metadata:()=>t,toc:()=>d});const t=JSON.parse('{"id":"api/type-aliases/FormLoadListener","title":"FormLoadListener()","description":"event handler for form load event","source":"@site/docs/api/type-aliases/FormLoadListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/FormLoadListener","permalink":"/scripting-object/api/type-aliases/FormLoadListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/FormLoadListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"FormInfo","permalink":"/scripting-object/api/type-aliases/FormInfo"},"next":{"title":"FormUnloadListener()","permalink":"/scripting-object/api/type-aliases/FormUnloadListener"}}');var i=r(86070),s=r(90116);const a={},o="FormLoadListener()",l={},d=[{value:"Parameters",id:"parameters",level:2},{value:"params",id:"params",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function c(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.header,{children:(0,i.jsx)(n.h1,{id:"formloadlistener",children:"FormLoadListener()"})}),"\n",(0,i.jsx)(n.pre,{children:(0,i.jsx)(n.code,{className:"language-ts",children:"type FormLoadListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: FormInfo;\n obj: IForm;\n}) => void;\n"})}),"\n",(0,i.jsx)(n.p,{children:"event handler for form load event"}),"\n",(0,i.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,i.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,i.jsx)(n.p,{children:"event parameters"}),"\n",(0,i.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"string"})}),"\n",(0,i.jsx)(n.p,{children:"event name"}),"\n",(0,i.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,i.jsxs)(n.p,{children:[(0,i.jsx)(n.code,{children:"Record"}),"<",(0,i.jsx)(n.code,{children:"string"}),", ",(0,i.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,i.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,i.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.a,{href:"/scripting-object/api/type-aliases/FormInfo",children:(0,i.jsx)(n.code,{children:"FormInfo"})})}),"\n",(0,i.jsx)(n.p,{children:"form info"}),"\n",(0,i.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.a,{href:"/scripting-object/api/interfaces/IForm",children:(0,i.jsx)(n.code,{children:"IForm"})})}),"\n",(0,i.jsx)(n.p,{children:"form object reference"}),"\n",(0,i.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,i.jsx)(n.p,{children:(0,i.jsx)(n.code,{children:"void"})})]})}function p(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(c,{...e})}):c(e)}},90116:(e,n,r)=>{r.d(n,{R:()=>a,x:()=>o});var t=r(30758);const i={},s=t.createContext(i);function a(e){const n=t.useContext(s);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),t.createElement(s.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[7770],{90116:(e,s,t)=>{t.d(s,{R:()=>a,x:()=>c});var n=t(30758);const i={},r=n.createContext(i);function a(e){const s=n.useContext(r);return n.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function c(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),n.createElement(r.Provider,{value:s},e.children)}},94597:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>o,contentTitle:()=>c,default:()=>u,frontMatter:()=>a,metadata:()=>n,toc:()=>l});const n=JSON.parse('{"id":"api/type-aliases/BusinessContacts","title":"BusinessContacts","description":"Properties","source":"@site/docs/api/type-aliases/BusinessContacts.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/BusinessContacts","permalink":"/scripting-object/api/type-aliases/BusinessContacts","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/BusinessContacts.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"BorrowerContacts","permalink":"/scripting-object/api/type-aliases/BorrowerContacts"},"next":{"title":"BusinessRules","permalink":"/scripting-object/api/type-aliases/BusinessRules"}}');var i=t(86070),r=t(90116);const a={},c="BusinessContacts",o={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,r.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(s.header,{children:(0,i.jsx)(s.h1,{id:"businesscontacts",children:"BusinessContacts"})}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"type BusinessContacts = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,i.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,i.jsx)(s.hr,{}),"\n",(0,i.jsx)(s.h3,{id:"rights",children:"rights"}),"\n",(0,i.jsx)(s.pre,{children:(0,i.jsx)(s.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function u(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(p,{...e})}):p(e)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[8502],{85091:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>c,contentTitle:()=>o,default:()=>p,frontMatter:()=>a,metadata:()=>i,toc:()=>l});const i=JSON.parse('{"id":"api/type-aliases/LoanOpenListener","title":"LoanOpenListener()","description":"event handler for loan open event","source":"@site/docs/api/type-aliases/LoanOpenListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/LoanOpenListener","permalink":"/scripting-object/api/type-aliases/LoanOpenListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/LoanOpenListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"LoanObject","permalink":"/scripting-object/api/type-aliases/LoanObject"},"next":{"title":"LoanPreCommitListener()","permalink":"/scripting-object/api/type-aliases/LoanPreCommitListener"}}');var r=t(86070),s=t(90116);const a={},o="LoanOpenListener()",c={},l=[{value:"Parameters",id:"parameters",level:2},{value:"params",id:"params",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function d(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.header,{children:(0,r.jsx)(n.h1,{id:"loanopenlistener",children:"LoanOpenListener()"})}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-ts",children:"type LoanOpenListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: Record<string, never>;\n obj: ILoan;\n}) => void;\n"})}),"\n",(0,r.jsx)(n.p,{children:"event handler for loan open event"}),"\n",(0,r.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,r.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,r.jsx)(n.p,{children:"event parameters"}),"\n",(0,r.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.code,{children:"string"})}),"\n",(0,r.jsx)(n.p,{children:"event name"}),"\n",(0,r.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.code,{children:"Record"}),"<",(0,r.jsx)(n.code,{children:"string"}),", ",(0,r.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,r.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,r.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.code,{children:"Record"}),"<",(0,r.jsx)(n.code,{children:"string"}),", ",(0,r.jsx)(n.code,{children:"never"}),">"]}),"\n",(0,r.jsx)(n.p,{children:"loan open info"}),"\n",(0,r.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.a,{href:"/scripting-object/api/interfaces/ILoan",children:(0,r.jsx)(n.code,{children:"ILoan"})})}),"\n",(0,r.jsx)(n.p,{children:"loan object reference"}),"\n",(0,r.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,r.jsx)(n.p,{children:(0,r.jsx)(n.code,{children:"void"})})]})}function p(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(d,{...e})}):d(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>a,x:()=>o});var i=t(30758);const r={},s=i.createContext(r);function a(e){const n=i.useContext(s);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:a(e.components),i.createElement(s.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4936],{52018:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>d,contentTitle:()=>c,default:()=>p,frontMatter:()=>o,metadata:()=>n,toc:()=>a});const n=JSON.parse('{"id":"api/enumerations/RecordViewType","title":"RecordViewType","description":"loan record view types","source":"@site/docs/api/enumerations/RecordViewType.md","sourceDirName":"api/enumerations","slug":"/api/enumerations/RecordViewType","permalink":"/scripting-object/api/enumerations/RecordViewType","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/enumerations/RecordViewType.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"RecordActions","permalink":"/scripting-object/api/enumerations/RecordActions"},"next":{"title":"SCOPE","permalink":"/scripting-object/api/enumerations/SCOPE"}}');var r=i(86070),s=i(90116);const o={},c="RecordViewType",d={},a=[{value:"Enumeration Members",id:"enumeration-members",level:2}];function l(e){const t={code:"code",h1:"h1",h2:"h2",header:"header",p:"p",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",...(0,s.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(t.header,{children:(0,r.jsx)(t.h1,{id:"recordviewtype",children:"RecordViewType"})}),"\n",(0,r.jsx)(t.p,{children:"loan record view types"}),"\n",(0,r.jsx)(t.h2,{id:"enumeration-members",children:"Enumeration Members"}),"\n",(0,r.jsxs)(t.table,{children:[(0,r.jsx)(t.thead,{children:(0,r.jsxs)(t.tr,{children:[(0,r.jsx)(t.th,{children:"Enumeration Member"}),(0,r.jsx)(t.th,{children:"Value"}),(0,r.jsx)(t.th,{children:"Description"})]})}),(0,r.jsxs)(t.tbody,{children:[(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"entity"})," ",(0,r.jsx)(t.code,{children:"ENTITY"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"entity"'})}),(0,r.jsx)(t.td,{children:"entity view type"})]}),(0,r.jsxs)(t.tr,{children:[(0,r.jsxs)(t.td,{children:[(0,r.jsx)("a",{id:"id"})," ",(0,r.jsx)(t.code,{children:"ID"})]}),(0,r.jsx)(t.td,{children:(0,r.jsx)(t.code,{children:'"id"'})}),(0,r.jsx)(t.td,{children:"id view type"})]})]})]})]})}function p(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(l,{...e})}):l(e)}},90116:(e,t,i)=>{i.d(t,{R:()=>o,x:()=>c});var n=i(30758);const r={},s=n.createContext(r);function o(e){const t=n.useContext(s);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(r):e.components||r:o(e.components),n.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[6748],{36945:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>p,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/CompanySettingsQueryOptions","title":"CompanySettingsQueryOptions","description":"set of query options to get company settings","source":"@site/docs/api/type-aliases/CompanySettingsQueryOptions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/CompanySettingsQueryOptions","permalink":"/scripting-object/api/type-aliases/CompanySettingsQueryOptions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/CompanySettingsQueryOptions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"CommitInfo","permalink":"/scripting-object/api/type-aliases/CommitInfo"},"next":{"title":"CompanyUserSetup","permalink":"/scripting-object/api/type-aliases/CompanyUserSetup"}}');var s=n(86070),r=n(90116);const o={},a="CompanySettingsQueryOptions",p={},c=[{value:"Properties",id:"properties",level:2},{value:"attribute?",id:"attribute",level:3},{value:"category",id:"category",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"companysettingsqueryoptions",children:"CompanySettingsQueryOptions"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type CompanySettingsQueryOptions = {\n attribute?: string;\n category: string;\n};\n"})}),"\n",(0,s.jsx)(t.p,{children:"set of query options to get company settings"}),"\n",(0,s.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(t.h3,{id:"attribute",children:"attribute?"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"optional attribute: string;\n"})}),"\n",(0,s.jsx)(t.p,{children:"attribute name"}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"category",children:"category"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"category: string;\n"})}),"\n",(0,s.jsx)(t.p,{children:"category name"})]})}function u(e={}){const{wrapper:t}={...(0,r.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},90116:(e,t,n)=>{n.d(t,{R:()=>o,x:()=>a});var i=n(30758);const s={},r=i.createContext(s);function o(e){const t=i.useContext(r);return i.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:o(e.components),i.createElement(r.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9669],{15576:(e,i,n)=>{n.r(i),n.d(i,{assets:()=>d,contentTitle:()=>c,default:()=>h,frontMatter:()=>l,metadata:()=>r,toc:()=>o});const r=JSON.parse('{"id":"api/interfaces/IMemStorage","title":"IMemStorage","description":"Get or set values in host application javascript memory.","source":"@site/docs/api/interfaces/IMemStorage.md","sourceDirName":"api/interfaces","slug":"/api/interfaces/IMemStorage","permalink":"/scripting-object/api/interfaces/IMemStorage","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/interfaces/IMemStorage.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ILoan","permalink":"/scripting-object/api/interfaces/ILoan"},"next":{"title":"IModule","permalink":"/scripting-object/api/interfaces/IModule"}}');var s=n(86070),t=n(90116);const l={},c="IMemStorage",d={},o=[{value:"Extends",id:"extends",level:2},{value:"Methods",id:"methods",level:2},{value:"_dispose()?",id:"_dispose",level:3},{value:"Returns",id:"returns",level:4},{value:"Inherited from",id:"inherited-from",level:4},{value:"_toJSON()",id:"_tojson",level:3},{value:"Returns",id:"returns-1",level:4},{value:"Inherited from",id:"inherited-from-1",level:4},{value:"get()",id:"get",level:3},{value:"Parameters",id:"parameters",level:4},{value:"key",id:"key",level:5},{value:"isGlobal?",id:"isglobal",level:5},{value:"Returns",id:"returns-2",level:4},{value:"set()",id:"set",level:3},{value:"Parameters",id:"parameters-1",level:4},{value:"key",id:"key-1",level:5},{value:"value",id:"value",level:5},{value:"isGlobal?",id:"isglobal-1",level:5},{value:"Returns",id:"returns-3",level:4},{value:"Properties",id:"properties",level:2},{value:"id",id:"id",level:3},{value:"Inherited from",id:"inherited-from-2",level:4},{value:"objectType",id:"objecttype",level:3},{value:"Inherited from",id:"inherited-from-3",level:4}];function a(e){const i={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",header:"header",hr:"hr",li:"li",p:"p",pre:"pre",ul:"ul",...(0,t.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(i.header,{children:(0,s.jsx)(i.h1,{id:"imemstorage",children:"IMemStorage"})}),"\n",(0,s.jsx)(i.p,{children:"Get or set values in host application javascript memory.\nValues stored in memory are not persisted across sessions."}),"\n",(0,s.jsx)(i.p,{children:"Host application implementing this scripting object ensures\nthere are no collisions with keys from other microapp guest applications.\nThis means two microapps can use the same key to store different values, and their values will not collide."}),"\n",(0,s.jsx)(i.h2,{id:"extends",children:"Extends"}),"\n",(0,s.jsxs)(i.ul,{children:["\n",(0,s.jsx)(i.li,{children:(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject",children:(0,s.jsx)(i.code,{children:"IScriptingObject"})})}),"\n"]}),"\n",(0,s.jsx)(i.h2,{id:"methods",children:"Methods"}),"\n",(0,s.jsx)(i.h3,{id:"_dispose",children:"_dispose()?"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-ts",children:"optional _dispose(): void;\n"})}),"\n",(0,s.jsx)(i.h4,{id:"returns",children:"Returns"}),"\n",(0,s.jsx)(i.p,{children:(0,s.jsx)(i.code,{children:"void"})}),"\n",(0,s.jsx)(i.h4,{id:"inherited-from",children:"Inherited from"}),"\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject",children:(0,s.jsx)(i.code,{children:"IScriptingObject"})}),".",(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject#_dispose",children:(0,s.jsx)(i.code,{children:"_dispose"})})]}),"\n",(0,s.jsx)(i.hr,{}),"\n",(0,s.jsx)(i.h3,{id:"_tojson",children:"_toJSON()"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-ts",children:"_toJSON(): RemotingScriptingObject;\n"})}),"\n",(0,s.jsx)(i.h4,{id:"returns-1",children:"Returns"}),"\n",(0,s.jsx)(i.p,{children:(0,s.jsx)(i.a,{href:"/scripting-object/api/type-aliases/RemotingScriptingObject",children:(0,s.jsx)(i.code,{children:"RemotingScriptingObject"})})}),"\n",(0,s.jsx)(i.h4,{id:"inherited-from-1",children:"Inherited from"}),"\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject",children:(0,s.jsx)(i.code,{children:"IScriptingObject"})}),".",(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject#_tojson",children:(0,s.jsx)(i.code,{children:"_toJSON"})})]}),"\n",(0,s.jsx)(i.hr,{}),"\n",(0,s.jsx)(i.h3,{id:"get",children:"get()"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-ts",children:"get(key: string, isGlobal?: boolean): Promise<unknown>;\n"})}),"\n",(0,s.jsx)(i.p,{children:"Get a value from memory for the given key and microapp id"}),"\n",(0,s.jsx)(i.h4,{id:"parameters",children:"Parameters"}),"\n",(0,s.jsx)(i.h5,{id:"key",children:"key"}),"\n",(0,s.jsx)(i.p,{children:(0,s.jsx)(i.code,{children:"string"})}),"\n",(0,s.jsx)(i.p,{children:"Unique key to retrieve the value"}),"\n",(0,s.jsx)(i.h5,{id:"isglobal",children:"isGlobal?"}),"\n",(0,s.jsx)(i.p,{children:(0,s.jsx)(i.code,{children:"boolean"})}),"\n",(0,s.jsx)(i.p,{children:"Optional flag to indicate if the value should be retrieved from global storage across all microapps. Defaults to false"}),"\n",(0,s.jsx)(i.h4,{id:"returns-2",children:"Returns"}),"\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.code,{children:"Promise"}),"<",(0,s.jsx)(i.code,{children:"unknown"}),">"]}),"\n",(0,s.jsx)(i.p,{children:"Promise resolving to the value stored in memory, or undefined if key doesn't exist"}),"\n",(0,s.jsx)(i.hr,{}),"\n",(0,s.jsx)(i.h3,{id:"set",children:"set()"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-ts",children:"set(\n key: string, \n value: unknown, \nisGlobal?: boolean): Promise<void>;\n"})}),"\n",(0,s.jsx)(i.p,{children:"Set a value in memory for the given key"}),"\n",(0,s.jsx)(i.h4,{id:"parameters-1",children:"Parameters"}),"\n",(0,s.jsx)(i.h5,{id:"key-1",children:"key"}),"\n",(0,s.jsx)(i.p,{children:(0,s.jsx)(i.code,{children:"string"})}),"\n",(0,s.jsx)(i.p,{children:"Unique key to store the value"}),"\n",(0,s.jsx)(i.h5,{id:"value",children:"value"}),"\n",(0,s.jsx)(i.p,{children:(0,s.jsx)(i.code,{children:"unknown"})}),"\n",(0,s.jsx)(i.p,{children:"Value to be stored. Value should be JSON serializable"}),"\n",(0,s.jsx)(i.h5,{id:"isglobal-1",children:"isGlobal?"}),"\n",(0,s.jsx)(i.p,{children:(0,s.jsx)(i.code,{children:"boolean"})}),"\n",(0,s.jsx)(i.p,{children:"Optional flag to indicate if the value should be stored in global storage accessible across all microapps. Defaults to false"}),"\n",(0,s.jsx)(i.h4,{id:"returns-3",children:"Returns"}),"\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.code,{children:"Promise"}),"<",(0,s.jsx)(i.code,{children:"void"}),">"]}),"\n",(0,s.jsx)(i.p,{children:"Promise that resolves when the value has been stored"}),"\n",(0,s.jsx)(i.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(i.h3,{id:"id",children:"id"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-ts",children:"readonly id: string;\n"})}),"\n",(0,s.jsx)(i.h4,{id:"inherited-from-2",children:"Inherited from"}),"\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject",children:(0,s.jsx)(i.code,{children:"IScriptingObject"})}),".",(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject#id",children:(0,s.jsx)(i.code,{children:"id"})})]}),"\n",(0,s.jsx)(i.hr,{}),"\n",(0,s.jsx)(i.h3,{id:"objecttype",children:"objectType"}),"\n",(0,s.jsx)(i.pre,{children:(0,s.jsx)(i.code,{className:"language-ts",children:"readonly objectType: string;\n"})}),"\n",(0,s.jsx)(i.h4,{id:"inherited-from-3",children:"Inherited from"}),"\n",(0,s.jsxs)(i.p,{children:[(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject",children:(0,s.jsx)(i.code,{children:"IScriptingObject"})}),".",(0,s.jsx)(i.a,{href:"/scripting-object/api/interfaces/IScriptingObject#objecttype",children:(0,s.jsx)(i.code,{children:"objectType"})})]})]})}function h(e={}){const{wrapper:i}={...(0,t.R)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(a,{...e})}):a(e)}},90116:(e,i,n)=>{n.d(i,{R:()=>l,x:()=>c});var r=n(30758);const s={},t=r.createContext(s);function l(e){const i=r.useContext(t);return r.useMemo(function(){return"function"==typeof e?e(i):{...i,...e}},[i,e])}function c(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:l(e.components),r.createElement(t.Provider,{value:i},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[6968],{86738:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>o,contentTitle:()=>a,default:()=>d,frontMatter:()=>c,metadata:()=>n,toc:()=>p});const n=JSON.parse('{"id":"api/type-aliases/EncompassWebServices","title":"EncompassWebServices","description":"Properties","source":"@site/docs/api/type-aliases/EncompassWebServices.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/EncompassWebServices","permalink":"/scripting-object/api/type-aliases/EncompassWebServices","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/EncompassWebServices.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"EditModeOptions","permalink":"/scripting-object/api/type-aliases/EditModeOptions"},"next":{"title":"EnhancedConditions","permalink":"/scripting-object/api/type-aliases/EnhancedConditions"}}');var t=i(86070),r=i(90116);const c={},a="EncompassWebServices",o={},p=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function l(e){const s={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,r.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s.header,{children:(0,t.jsx)(s.h1,{id:"encompasswebservices",children:"EncompassWebServices"})}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"type EncompassWebServices = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,t.jsx)(s.h2,{id:"properties",children:"Properties"}),"\n",(0,t.jsx)(s.h3,{id:"access",children:"access"}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,t.jsx)(s.hr,{}),"\n",(0,t.jsx)(s.h3,{id:"rights",children:"rights"}),"\n",(0,t.jsx)(s.pre,{children:(0,t.jsx)(s.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:s}={...(0,r.R)(),...e.components};return s?(0,t.jsx)(s,{...e,children:(0,t.jsx)(l,{...e})}):l(e)}},90116:(e,s,i)=>{i.d(s,{R:()=>c,x:()=>a});var n=i(30758);const t={},r=n.createContext(t);function c(e){const s=n.useContext(r);return n.useMemo(function(){return"function"==typeof e?e(s):{...s,...e}},[s,e])}function a(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:c(e.components),n.createElement(r.Provider,{value:s},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[2961],{16038:(e,t,i)=>{i.r(t),i.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>r,metadata:()=>n,toc:()=>p});const n=JSON.parse('{"id":"api/type-aliases/MoveTo","title":"MoveTo","description":"Properties","source":"@site/docs/api/type-aliases/MoveTo.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/MoveTo","permalink":"/scripting-object/api/type-aliases/MoveTo","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/MoveTo.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"MoveLoans","permalink":"/scripting-object/api/type-aliases/MoveLoans"},"next":{"title":"NavigationOptions","permalink":"/scripting-object/api/type-aliases/NavigationOptions"}}');var s=i(86070),o=i(90116);const r={},a="MoveTo",c={},p=[{value:"Properties",id:"properties",level:2},{value:"entityId",id:"entityid",level:3},{value:"entityType",id:"entitytype",level:3}];function l(e){const t={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,o.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.header,{children:(0,s.jsx)(t.h1,{id:"moveto",children:"MoveTo"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"type MoveTo = {\n entityId: string;\n entityType: string;\n};\n"})}),"\n",(0,s.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(t.h3,{id:"entityid",children:"entityId"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityId: string;\n"})}),"\n",(0,s.jsx)(t.hr,{}),"\n",(0,s.jsx)(t.h3,{id:"entitytype",children:"entityType"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-ts",children:"entityType: string;\n"})})]})}function d(e={}){const{wrapper:t}={...(0,o.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},90116:(e,t,i)=>{i.d(t,{R:()=>r,x:()=>a});var n=i(30758);const s={},o=n.createContext(s);function r(e){const t=n.useContext(o);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),n.createElement(o.Provider,{value:t},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[9463],{29285:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>l,contentTitle:()=>o,default:()=>d,frontMatter:()=>r,metadata:()=>t,toc:()=>p});const t=JSON.parse('{"id":"api/type-aliases/ApplicationLoginListener","title":"ApplicationLoginListener()","description":"event handler that handles user login event","source":"@site/docs/api/type-aliases/ApplicationLoginListener.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/ApplicationLoginListener","permalink":"/scripting-object/api/type-aliases/ApplicationLoginListener","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/ApplicationLoginListener.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"ApplicationInfo","permalink":"/scripting-object/api/type-aliases/ApplicationInfo"},"next":{"title":"ApplicationNavigationStartListener()","permalink":"/scripting-object/api/type-aliases/ApplicationNavigationStartListener"}}');var s=i(86070),a=i(90116);const r={},o="ApplicationLoginListener()",l={},p=[{value:"Parameters",id:"parameters",level:2},{value:"params",id:"params",level:3},{value:"eventName",id:"eventname",level:4},{value:"eventOptions?",id:"eventoptions",level:4},{value:"eventParams",id:"eventparams",level:4},{value:"obj",id:"obj",level:4},{value:"Returns",id:"returns",level:2}];function c(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",h3:"h3",h4:"h4",header:"header",p:"p",pre:"pre",...(0,a.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"applicationloginlistener",children:"ApplicationLoginListener()"})}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"type ApplicationLoginListener = (params: {\n eventName: string;\n eventOptions?: Record<string, unknown>;\n eventParams: UserInfo;\n obj: IApplication;\n}) => void;\n"})}),"\n",(0,s.jsx)(n.p,{children:"event handler that handles user login event"}),"\n",(0,s.jsx)(n.h2,{id:"parameters",children:"Parameters"}),"\n",(0,s.jsx)(n.h3,{id:"params",children:"params"}),"\n",(0,s.jsx)(n.p,{children:"event parameters"}),"\n",(0,s.jsx)(n.h4,{id:"eventname",children:"eventName"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.code,{children:"string"})}),"\n",(0,s.jsx)(n.p,{children:"event name"}),"\n",(0,s.jsx)(n.h4,{id:"eventoptions",children:"eventOptions?"}),"\n",(0,s.jsxs)(n.p,{children:[(0,s.jsx)(n.code,{children:"Record"}),"<",(0,s.jsx)(n.code,{children:"string"}),", ",(0,s.jsx)(n.code,{children:"unknown"}),">"]}),"\n",(0,s.jsx)(n.p,{children:"additional options related to the event"}),"\n",(0,s.jsx)(n.h4,{id:"eventparams",children:"eventParams"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.a,{href:"/scripting-object/api/type-aliases/UserInfo",children:(0,s.jsx)(n.code,{children:"UserInfo"})})}),"\n",(0,s.jsx)(n.p,{children:"logged in user info"}),"\n",(0,s.jsx)(n.h4,{id:"obj",children:"obj"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.a,{href:"/scripting-object/api/interfaces/IApplication",children:(0,s.jsx)(n.code,{children:"IApplication"})})}),"\n",(0,s.jsx)(n.p,{children:"application object reference"}),"\n",(0,s.jsx)(n.h2,{id:"returns",children:"Returns"}),"\n",(0,s.jsx)(n.p,{children:(0,s.jsx)(n.code,{children:"void"})})]})}function d(e={}){const{wrapper:n}={...(0,a.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},90116:(e,n,i)=>{i.d(n,{R:()=>r,x:()=>o});var t=i(30758);const s={},a=t.createContext(s);function r(e){const n=t.useContext(a);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),t.createElement(a.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[544],{76132:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>r,contentTitle:()=>a,default:()=>l,frontMatter:()=>c,metadata:()=>t,toc:()=>d});const t=JSON.parse('{"id":"api/type-aliases/EnhancedConditions","title":"EnhancedConditions","description":"Properties","source":"@site/docs/api/type-aliases/EnhancedConditions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/EnhancedConditions","permalink":"/scripting-object/api/type-aliases/EnhancedConditions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/EnhancedConditions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"EncompassWebServices","permalink":"/scripting-object/api/type-aliases/EncompassWebServices"},"next":{"title":"EntityOptions","permalink":"/scripting-object/api/type-aliases/EntityOptions"}}');var s=i(86070),o=i(90116);const c={},a="EnhancedConditions",r={},d=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"conditionType",id:"conditiontype",level:3}];function p(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,o.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"enhancedconditions",children:"EnhancedConditions"})}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"type EnhancedConditions = {\n access: boolean;\n conditionType: ConditionType;\n};\n"})}),"\n",(0,s.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(n.h3,{id:"access",children:"access"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,s.jsx)(n.hr,{}),"\n",(0,s.jsx)(n.h3,{id:"conditiontype",children:"conditionType"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"conditionType: ConditionType;\n"})})]})}function l(e={}){const{wrapper:n}={...(0,o.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(p,{...e})}):p(e)}},90116:(e,n,i)=>{i.d(n,{R:()=>c,x:()=>a});var t=i(30758);const s={},o=t.createContext(s);function c(e){const n=t.useContext(o);return t.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:c(e.components),t.createElement(o.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[4918],{68704:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>p,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>i,toc:()=>c});const i=JSON.parse('{"id":"api/type-aliases/Environment","title":"Environment","description":"environment details","source":"@site/docs/api/type-aliases/Environment.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/Environment","permalink":"/scripting-object/api/type-aliases/Environment","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/Environment.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"EntityOptions","permalink":"/scripting-object/api/type-aliases/EntityOptions"},"next":{"title":"EventObjects","permalink":"/scripting-object/api/type-aliases/EventObjects"}}');var s=t(86070),r=t(90116);const o={},a="Environment",p={},c=[{value:"Properties",id:"properties",level:2},{value:"apiHost",id:"apihost",level:3}];function l(e){const n={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",p:"p",pre:"pre",...(0,r.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.header,{children:(0,s.jsx)(n.h1,{id:"environment",children:"Environment"})}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"type Environment = {\n apiHost: string;\n};\n"})}),"\n",(0,s.jsx)(n.p,{children:"environment details"}),"\n",(0,s.jsx)(n.h2,{id:"properties",children:"Properties"}),"\n",(0,s.jsx)(n.h3,{id:"apihost",children:"apiHost"}),"\n",(0,s.jsx)(n.pre,{children:(0,s.jsx)(n.code,{className:"language-ts",children:"apiHost: string;\n"})}),"\n",(0,s.jsx)(n.p,{children:"api domain"})]})}function d(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,s.jsx)(n,{...e,children:(0,s.jsx)(l,{...e})}):l(e)}},90116:(e,n,t)=>{t.d(n,{R:()=>o,x:()=>a});var i=t(30758);const s={},r=i.createContext(s);function o(e){const n=i.useContext(r);return i.useMemo(function(){return"function"==typeof e?e(n):{...n,...e}},[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:o(e.components),i.createElement(r.Provider,{value:n},e.children)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(globalThis.webpackChunk_elliemae_pui_scripting_object=globalThis.webpackChunk_elliemae_pui_scripting_object||[]).push([[8615],{66670:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>c,contentTitle:()=>a,default:()=>d,frontMatter:()=>o,metadata:()=>t,toc:()=>l});const t=JSON.parse('{"id":"api/type-aliases/DeliveryConditions","title":"DeliveryConditions","description":"Properties","source":"@site/docs/api/type-aliases/DeliveryConditions.md","sourceDirName":"api/type-aliases","slug":"/api/type-aliases/DeliveryConditions","permalink":"/scripting-object/api/type-aliases/DeliveryConditions","draft":false,"unlisted":false,"editUrl":"https://git.elliemae.io/platform-ui/pui-scripting-object.git/docs/api/type-aliases/DeliveryConditions.md","tags":[],"version":"current","frontMatter":{},"sidebar":"docsSidebar","previous":{"title":"Dashboard","permalink":"/scripting-object/api/type-aliases/Dashboard"},"next":{"title":"DescriptorInfo","permalink":"/scripting-object/api/type-aliases/DescriptorInfo"}}');var n=s(86070),r=s(90116);const o={},a="DeliveryConditions",c={},l=[{value:"Properties",id:"properties",level:2},{value:"access",id:"access",level:3},{value:"rights",id:"rights",level:3}];function p(e){const i={code:"code",h1:"h1",h2:"h2",h3:"h3",header:"header",hr:"hr",pre:"pre",...(0,r.R)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(i.header,{children:(0,n.jsx)(i.h1,{id:"deliveryconditions",children:"DeliveryConditions"})}),"\n",(0,n.jsx)(i.pre,{children:(0,n.jsx)(i.code,{className:"language-ts",children:"type DeliveryConditions = {\n access: boolean;\n rights: string[];\n};\n"})}),"\n",(0,n.jsx)(i.h2,{id:"properties",children:"Properties"}),"\n",(0,n.jsx)(i.h3,{id:"access",children:"access"}),"\n",(0,n.jsx)(i.pre,{children:(0,n.jsx)(i.code,{className:"language-ts",children:"access: boolean;\n"})}),"\n",(0,n.jsx)(i.hr,{}),"\n",(0,n.jsx)(i.h3,{id:"rights",children:"rights"}),"\n",(0,n.jsx)(i.pre,{children:(0,n.jsx)(i.code,{className:"language-ts",children:"rights: string[];\n"})})]})}function d(e={}){const{wrapper:i}={...(0,r.R)(),...e.components};return i?(0,n.jsx)(i,{...e,children:(0,n.jsx)(p,{...e})}):p(e)}},90116:(e,i,s)=>{s.d(i,{R:()=>o,x:()=>a});var t=s(30758);const n={},r=t.createContext(n);function o(e){const i=t.useContext(r);return t.useMemo(function(){return"function"==typeof e?e(i):{...i,...e}},[i,e])}function a(e){let i;return i=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:o(e.components),t.createElement(r.Provider,{value:i},e.children)}}}]);