@sassoftware/vi-api
Version:
Types used in the SAS Visual Investigator API
18 lines (17 loc) • 752 B
JavaScript
/* An enum containing the components that we support the creation of. */
export var SviComponent;
(function (SviComponent) {
SviComponent["ControlCollection"] = "svi-control-collection";
SviComponent["RelationshipDetails"] = "svi-relationship-details";
SviComponent["SearchInput"] = "svi-search-input";
SviComponent["Page"] = "svi-page";
SviComponent["PagePreview"] = "svi-page-preview";
SviComponent["SearchAndSelectWithPreview"] = "svi-search-and-select-with-preview";
SviComponent["TimeSlider"] = "svi-time-slider";
})(SviComponent || (SviComponent = {}));
/**
* @callback ComponentApi~afterDetectChanges
* @description A function to be called after change detection.
* @returns {void}
*/
export * from "./bindings";