Add API for synchronous rendering to Panel
This commit is contained in:
@@ -70,3 +70,5 @@ extern NSString *const DORIC_ENTITY_HIDDEN;
|
||||
extern NSString *const DORIC_ENTITY_BUILD;
|
||||
|
||||
extern NSString *const DORIC_ENTITY_ENV_CHANGE;
|
||||
|
||||
extern NSString *const DORIC_ENTITY_FETCH_DIRTY_DATA;
|
||||
|
@@ -88,3 +88,5 @@
|
||||
NSString *const DORIC_ENTITY_BUILD = @"__build__";
|
||||
|
||||
NSString *const DORIC_ENTITY_ENV_CHANGE = @"__onEnvChanged__";
|
||||
|
||||
NSString *const DORIC_ENTITY_FETCH_DIRTY_DATA = @"__fetchEffectiveData__";
|
||||
|
Reference in New Issue
Block a user