ApplicationCustomizerContext class
The component context for BaseApplicationCustomizer.
- Extends
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ApplicationCustomizerContext
class.
Properties
application | Provides access to the client-side application that is currently running. |
placeholder |
Exposes a collection of content placeholders for use by third parties. |
Methods
dispose() |
Property Details
application
Provides access to the client-side application that is currently running.
get application(): ApplicationAccessor;
Property Value
placeholderProvider
Exposes a collection of content placeholders for use by third parties.
get placeholderProvider(): PlaceholderProvider;
Property Value
Method Details
dispose()
/** @override */
dispose(): void;
Returns
void