standalone property

bool get standalone

Return the value of the standalone directive.

Implementation

bool get standalone;
set standalone (bool? value)

Set the value of the standalone directive.

Implementation

set standalone(bool? value);