callback?: FeatureCallback<T>;
run?: FeatureCallback<T>;
execute?: FeatureCallback<T>;
emit?: FeatureCallback<T>;
fire?: FeatureCallback<T>;
callback: function executed when the handler loads the feature;
run: function executed when the handler loads the feature;
execute: function executed when the handler loads the feature;
emit: function executed when the handler loads the feature;
fire: function executed when the handler loads the feature;
Last updated 4 years ago
Was this helpful?