feat: expose plugin and viewNode outsize registry
This commit is contained in:
@@ -198,4 +198,12 @@ - (void)onLog:(DoricLogType)type message:(NSString *)message {
|
||||
[monitor onLog:type message:message];
|
||||
}
|
||||
}
|
||||
|
||||
- (NSArray <NSString *> *)allPlugins {
|
||||
return self.plugins.allKeys;
|
||||
}
|
||||
|
||||
- (NSArray <NSString *> *)allViewNodes {
|
||||
return self.nodes.allKeys;
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user