Skip to main content

Widget

The widget object facilitates opening and closing the widget window, and the following is an illustration of some of the functions built into Ownly.

Example

// Open widget
Ownly.widget.open(YOUR_BUILD_ID);

// Reserve Now
Ownly.widget.reserve(YOUR_BUILD_ID);

// Close widget
Ownly.widget.close();

// Get Verified
Ownly.widget.getVerified();

// Get Rental Verified
Ownly.widget.getRentalVerified();

// Open My Homes
Ownly.widget.openMyHomes();