aem-forms-af-runtime

Interface: ScriptableField

Generic Scriptable field interface. All non-transparent fields which support rule/events should implement this interface

Hierarchy

Implemented by

Table of contents

Properties

Properties

events

Optional events: Object

Events is a dictionary of eventName to the actions to perform.

Index signature

▪ [key: string]: string


rules

Optional rules: Object

Rules that modify the property of the object dynamically. The rules are evaluated whenever the dependency changes.

Index signature

▪ [key: string]: string