close()

close: () => boolean

The default method close() will close any active design in progress. This method will:

Closes any active design in progress. It returns a boolean value indicating whether the close operation was successful or not.

  • Return true once if the close operation was successful
  • Return false if the operation was unsuccessful
amandahuarng
Was this helpful?