Model Events

The model events table contains properties of event types declared by the model.

Field Description

Field Name

Name. Name of the event.

name

Description. Description of the event.

description

Format. Format of the event data. See format section for details.

format

Help. Detailed description of the event.

help

Level. Default level of the event.

level

Group. Event group, or NULL if event does not belong to any group.

group

Permissions. Permission level in the model context (or a context the relative model is attached to, or an instantiable model's instance context) required to subscribe to this event type.

permissions

Fire Permissions. Permission level in the model context (or a context the relative model is attached to, or an instantiable model's instance context) required to generate an instance of this event type.

firePermissions

History Storage Time. Defines how long historical instances of this event are preserved in the server database. Zero value disables persistent event storage.

historyStorageTime

These properties may be accessed through the modelEvents variable.

Read more about event definition fields under Events.

Was this page helpful?