Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultPackerUnpackerOption

Type of the optional third parameter of the constructor of TypedSettingProps, to customise the default pack / unpack behaviour of the wrapper for all SettingsType properties.

Hierarchy

  • DefaultPackerUnpackerOption

Index

Properties

Properties

Optional packer

packer: undefined | ((value: NonUndefined<any>) => string)

Optional unpacker

unpacker: undefined | ((settings: string | undefined) => unknown)

Generated using TypeDoc