The collection of PopupContentExtensions belonging to a data/Schema.

interface PopupContentExtensionCollection {
    initializedItems: ReadOnlyCollection<PopupContentExtension>;
    forContent(content: Content): PopupContentExtension;
}

Hierarchy (view full)

Properties

Methods

Properties

Returns a collection of the initialized items.

Methods

  • Returns the PopupContentExtension for the given popup content item.

    Parameters

    • content: Content

      The popup content item to get the PopupContentExtension for.

    Returns PopupContentExtension