.. _Notifiers: ================================================ Notifiers ================================================ Description ----------- A collection of notifier objects in the document. Properties ^^^^^^^^^^ +----------------------------------------------+---------------------------------------+ | :ref:`length` readonly | Number of elements in the collection. | +----------------------------------------------+---------------------------------------+ | :ref:`parent` readonly | The object's container. | +----------------------------------------------+---------------------------------------+ | :ref:`typename` readonly | The class name of the object. | +----------------------------------------------+---------------------------------------+ Methods ^^^^^^^ +------------------------------------------------+-----------------------------------------------------------------+ | :ref:`[]` readonly | Get an element in the collection with the provided index. | +------------------------------------------------+-----------------------------------------------------------------+ | :ref:`getByName` readonly | Get the first element in the collection with the provided name. | +------------------------------------------------+-----------------------------------------------------------------+ Static Methods ^^^^^^^^^^^^^^ +------------------------------------------------+-----------------------+ | :ref:`add` readonly | Creates a notifier. | +------------------------------------------------+-----------------------+ | :ref:`removeAll` readonly | Deletes all elements. | +------------------------------------------------+-----------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 Notifiers/parent.rst Notifiers/typename.rst Notifiers/length.rst Notifiers/getByName.rst Notifiers/[].rst Notifiers/add.rst Notifiers/removeAll.rst