Interface

GES-1.0GESMetaContainerSignalSignatures

interface SignalSignatures {
    "notify-meta": (key: string, value: unknown) => void;
    [key: `notify-meta::${string}`]: (key: string, value: unknown) => void;
}

Hierarchy (View Summary)

Indexable

  • [key: `notify-meta::${string}`]: (key: string, value: unknown) => void
Index
"notify-meta": (key: string, value: unknown) => void

This is emitted for a meta container whenever the metadata under one of its fields changes, is set for the first time, or is removed. In the latter case, value will be null.