@itwin/presentation-frontend
Version:
Frontend of iModel.js Presentation library
34 lines • 1.47 kB
TypeScript
/**
* @module Core
*
* @docs-group-description Core
* Common types used for retrieving presentation data from iModels.
*/
export * from "./presentation-frontend/Presentation";
export * from "./presentation-frontend/PresentationManager";
export * from "./presentation-frontend/RulesetManager";
export * from "./presentation-frontend/RulesetVariablesManager";
export * from "./presentation-frontend/favorite-properties/FavoritePropertiesManager";
export * from "./presentation-frontend/favorite-properties/FavoritePropertiesStorage";
export * from "./presentation-frontend/Diagnostics";
/**
* @module Logging
*
* @docs-group-description Logging
* Types related to logging in this package.
*/
export * from "./presentation-frontend/FrontendLoggerCategory";
/**
* @module UnifiedSelection
*
* @docs-group-description UnifiedSelection
* Types related to [unified selection]($docs/presentation/unified-selection/index.md).
*/
export * from "./presentation-frontend/selection/SelectionChangeEvent";
export * from "./presentation-frontend/selection/ISelectionProvider";
export * from "./presentation-frontend/selection/SelectionManager";
export * from "./presentation-frontend/selection/SelectionScopesManager";
export * from "./presentation-frontend/selection/SelectionHandler";
export * from "./presentation-frontend/selection/HiliteSetProvider";
export * from "./presentation-frontend/selection/SelectionHelper";
//# sourceMappingURL=presentation-frontend.d.ts.map