Interface fro the extension storage

Hierarchy

  • IExtStorage

Index

Properties

Properties

load

load: function

Loads and returns the current extension definition in a Promise. Null means, no definition found (which is the initial state).

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