DiviAreaItem.theId()
Returns the full Area-ID, including the #
prefix
Params
- no Params
Returns
A string containing the full Area-ID.
Examples
var area = DiviArea.getArea();
console.log( area.theId() ); // Sample output: #divi-area-74335
Notes
No notes