Skip to content

Airgap

Constant Description Value
Airgap.Empty Empty air gap 0
Airgap.ID1 ID of air gap 1 1
Airgap.ID2 ID of air gap 2 2
Airgap.ID3 ID of air gap 3 3
Airgap.ID4 ID of air gap 4 4

Example

JS
let id = Airgap.ID1;
console.info(id); // OUTPUT: 1
Last update: 14 August 2025, 18:47