NamedPlugins extension
Provides convenient accessors for named plugins within the Vyuh platform.
- on
Properties
- analytics → AnalyticsPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The analytics plugin, for tracking and reporting analytics data.no setter - auth → AuthPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The authentication plugin, responsible for user authentication and authorization.no setter - content → ContentPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The content plugin, responsible for managing content-related operations.no setter - di → DIPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The dependency injection plugin, providing dependency injection services.no setter - env → EnvPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The environment plugin, providing access to platform-specific environment settings.no setter - event → EventPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The event plugin, for managing and emitting events within the platform.no setter - featureFlag → FeatureFlagPlugin?
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The feature flag plugin, used for managing and toggling feature flags. Can be null if the plugin is not registered.no setter - network → NetworkPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The network plugin, for handling network requests and communication.no setter - router → NavigationPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The navigation/router plugin, managing navigation within the application.no setter - telemetry → TelemetryPlugin
-
Available on VyuhPlatform, provided by the NamedPlugins extension
The telemetry plugin, used for monitoring and logging telemetry information.no setter