UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 474 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [EventType](./database.eventtype.md) ## EventType type One of the following strings: "value", "child\_added", "child\_changed", "child\_removed", or "child\_moved." <b>Signature:</b> ```typescript export declare type EventType = 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed'; ```