Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 418 Bytes

access_instance.rst

File metadata and controls

13 lines (8 loc) · 418 Bytes

Contrib + Core access

Inside of your app you can access the instance and it's contribution- and core components. To access the instance you can simply use this code statement:

self.instance

From there you can access most of the controllers components. For the full list of the properties of the instance class. Look at Instance Class </api/core_instance>