Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomHelpers<V>

Type parameters

  • V = any

Hierarchy

  • CustomHelpers

Index

Properties

error

0.0.46 provide
error: (code: string, local?: Context) => ErrorReport

Type declaration

message

0.0.46 provide
message: (messages: Record<string, string>, local?: Context) => ErrorReport

Type declaration

original

0.0.46 provide
original: V

prefs

0.0.46 provide

schema

0.0.46 provide

state

0.0.46 provide
state: State

warn

0.0.46 provide
warn: (code: string, local?: Context) => void

Type declaration

    • (code: string, local?: Context): void
    • Parameters

      • code: string
      • Optional local: Context

      Returns void