@umbraco-cms/backoffice
    Preparing search index...

    Function saveNativeFunction

    • Saves the native function on the history object.

      Parameters

      • obj: any

        The object to save the native function on.

      • name: string

        The name of the function.

      • func: () => void

        The native function to save.

      Returns void