planbundle-generators
v0.1.0
Published
PlanBundle generator types
Downloads
5
Readme
Bundle Generators
Includes types for bundle generators including Bundle, bundle items, function parameters. Also includes core (built-in) generators and all third-party generators.
Types
- Bundle - Type for generated bundles. Uses Image and BundleItems
- Image - Type for generated images used in Bundle and BundleItems
- BundleItems - Namespace for bundle item types:
- BundleItems.Contact - Type for Contact bundle item
- BundleItems.Image - Type for Image bundle item
- BundleItems.Event - Type for Event bundle item
- BundleItems.Link - Type for Link bundle item
- BundleItems.Note - Type for Note bundle item
- BundleItems.Reminder - Type for Reminder bundle item
- Functions - Nmaespace for generator function parameters
- Functions.Input - Type for generator inputs
- Functions.Init - Type for generator init information
Generators
Includes one generators export that is an object containing keys for generator ids mapped to generator functions.
- Generators.generators - generators configuration object with generator id keys mapped to generator functions