FeatureInterface
Last updated
Was this helpful?
Last updated
Was this helpful?
callback?: <T>;
run?: <T>;
execute?: <T>;
emit?: <T>;
fire?: <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;