relativeRoot property

bool relativeRoot

Whether the root URI should be written as relative.

When the configuration is written to a package_config.json file, the root URI can be either relative to the file location or absolute, controller by this value.

Implementation

bool get relativeRoot;