omject
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Omject

Object model objects. Strange concept, but pretty much just objects that have owners... or don't. Objects that are set up to have owners. They can bubble events up, or find who owns the thing that owns them.

Circular Dependencies

If you ever run into an issue with circular dependencies (usually resulting in a undefined import in the parent file), use getAncestor(omjectId: string) instead of getAncestor(omjectClass: typeof Omject). You will also have to set the omjectId for the parent class.

Readme

Keywords

none

Package Sidebar

Install

npm i omject

Weekly Downloads

18

Version

2.0.1

License

ISC

Unpacked Size

17.3 kB

Total Files

16

Last publish

Collaborators

  • sephreed