Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SvelteActionResult<P>

Type parameters

  • P

Hierarchy

  • SvelteActionResult

Index

Properties

Properties

Optional destroy

destroy: undefined | (() => void)

Optional update

update: undefined | ((parameters?: P) => void)

Generated using TypeDoc