* Disable to activate some extensions, make use of it to filter some * extensions no need to activate. You need register the inactive event before the MoleculeProvider declaration. * @example * ```ts * molecule.extension.inactive((extension: IExtension) => { * if (/^(i
(predicate: (extension: IExtension) => boolean)
| 72 | * @param predicate The predicate function |
| 73 | */ |
| 74 | inactive(predicate: (extension: IExtension) => boolean): void; |
| 75 | /** |
| 76 | * Register a new action which is extends the Action2, and return a disposable instance. |
| 77 | * @example |
no outgoing calls
no test coverage detected