betty.extensions.trees package¶
Submodules¶
Module contents¶
Provide interactive family trees by integrating Betty with Cytoscape.js.
- final class betty.extensions.trees.Trees¶
Bases:
Generator,EntryPointProvider,ManufacturableThe
treesextensionplugin. Display interactive family trees using Cytoscape.Plugin ID
treesClass
Configuration
not configurable
- new = <betty.requirement._RequirableDecorator object>¶
- webpack_entry_point_cache_keys() Sequence[str]¶
Get the keys that make a Webpack build for this provider unique.
Providers that can be cached regardless may
return ().
- classmethod webpack_entry_point_directory() StrPath¶
Get the path to the directory with the entry point assets.
The directory must include at least a
package.jsonandmain.ts.