Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRelativityFormsEnvelopeModal

This namespace contains the methods for Relativity Forms to call when they open/close a modal

Hierarchy

  • IRelativityFormsEnvelopeModal

Index

Properties

Properties

close

close: function

The onClick handler to fire when a user closes a modal

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

open

open: function

The onClick handler to fire when a user opens a modal

Type declaration

    • (): Promise<void>
    • Returns Promise<void>