Amphora
  • Introduction
  • On Startup
    • Instantiation Arguments
    • Bootstrapping
  • Basics
    • Routing
    • Publishing
    • Renderers
      • Building Custom Renderers
    • Event Bus
  • Advanced
    • Storage API
    • Data Versioning (Upgrades)
    • Renderer Models
  • Plugins
    • Hooks
    • Writing A Plugin
    • Plugin vs. Renderer
  • Glossary
Powered by GitBook
On this page

Glossary

PreviousPlugin vs. Renderer

Last updated 7 years ago

CtrlK
  • bootstrap
  • locals.publishUrl
  • _version

bootstrap

An instantiation argument that defaults to true. If set to false, internal bootstrap process will be skipped.

locals.publishUrl

A propery only availble to components during the save of an @published instance of a component. This value is determined by whatever url is determined during publishing.

_version

A data property managed by Amphora when using the Data Versioning feature. This property should not be overwritten to by any model.js or external source. If it is, data upgrades will be re-run. Please see the Data Versioning page for more information.