Instance Objects

Introduction

An instance object is a shared instance of a given class that is available within all component definitions.

Naming Convention

All instance objects must begin with the dollar character ($), followed by a camel-cased string of alphanumeric characters. The first character following the dollar character should be a lowercase letter.

Standard Instance Objects

These standard instance objects are available by default with an EJS installation. You may activate each individually by enabling their respective plugin.

page$api

Last updated