configurationFilePath property

String? configurationFilePath
getter/setter pair

The absolute path of the configuration file for this application.

This path is provided when an application is started by the --config-path option to liquidart serve. You may load the file at this path in ApplicationChannel to use configuration values.

Implementation

String? configurationFilePath;