Interface fro the extension storage

Hierarchy

  • IExtStorage

Index

Properties

Properties

load

load: function

loads the current extension definition

Type declaration

save

save: function

Returns undefined or the function to store the new extension definition. To cover the case where a definition is switched between a readonly state and a writabel state.

Type declaration

    • (): function | undefined
    • Returns function | undefined