FeatureContext

class FeatureContext(val configuration: RootConfig)

The context within which a feature gets installed.

The various properties of this object can be used by features to further initialize themselves.

Constructors

Link copied to clipboard
constructor(configuration: RootConfig)

Properties

Link copied to clipboard

The RootConfig loaded by the application.