An inspector that renders to a nominated DOM element, using the Toolkit's default template renderer. You have to provide a templateResolver which, for a given object, can return a template in the Toolkit's default template syntax.

Methods

  • Returns whether or not there are unsaved changes.

    Returns boolean

  • Persist any pending updates to the toolkit, then clear the list of pending updates. Returns the count of the number of changes made.

    Returns number

  • For subclasses/wrapper classes to use.

    Parameters

    • key: string
    • value: string

    Returns void