Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters of KeyEntryStorage.update method. Although both value and meta are marked as optional, at least one of them must be provided, or else a TypeError will be thrown.

Hierarchy

  • IUpdateKeyEntryParams

Index

Properties

Properties

Optional meta

New metadata of the key entry. Optional. If provided, overwrites the previous metadata completely. If ommited, the original metadata remains intact.

name

name: string

Name of the key entry to update.

Note! The name itself cannot be changed.

Optional value

value: undefined | string

New value of the key entry. Optional. If ommited, the original value remains intact.