DivePort Area Code Block
From a high level, the basic syntax of a diveport-area block is:
areas {
diveport-area id = <string> {
title <string>
icon <image path string> retina = <boolean>
url <string>
page <ID string>
}
}
NOTE:
- The diveport-area id needs to be referenced in the menu-area block.
-
When the user activates the link, DiveTab creates a DivePort URL:
<base-url>#username=<username>&password=<password>&page=<page>&embed=true
- The password is a recently-generated one-time-use password created by DiveTab.
See also:
- What is a DivePort Area?
- Creating a DivePort Area
- DivePort Area Code Sample
- DivePort Area Tags
- Using a DivePort Area