{string} - The alias of the extension to get.
Get an observable that provides extensions matching the given type.
{string} - The type of the extensions to get.
Get an observable that provides extensions matching the given type and alias.
{string} - The type of the extensions to get.
{string} - The alias of the extensions to get.
Get an observable of extensions by type and a given filter method. This will return the all extensions that matches the type and which filter method returns true. The filter method will be called for each extension manifest of the given type, and the first argument to it is the extension manifest.
Get an observable that provides extensions matching given types.
{Array
Get an observable of extensions by types and a given filter method. This will return the all extensions that matches the types and which filter method returns true. The filter method will be called for each extension manifest of the given types, and the first argument to it is the extension manifest.
{Array
{(ext: T): void} - The filter method to use to filter the extensions
Get an extension that matches the given alias, this will not return an observable, it is a one of retrieval if it exists at the given point in time.
{string} - The alias of the extension to get.
Get an observable that provides an extension matching the given alias.