Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JellyfishKernel

Index

Properties

backend: Backend
errors: CoreErrors
sessions: KernelSessions

Methods

  • defaults<TContract>(contract: Partial<TContract>): TContract
  • disconnect(context: Context): Promise<void>
  • getCardById<TContract>(context: Context, session: string, id: string): Promise<null | TContract>
  • getCardBySlug<TContract>(context: Context, session: string, slug: string): Promise<null | TContract>
  • initialize(context: Context): Promise<void>
  • insertCard<T>(context: Context, session: string, object: Partial<T> & Pick<T, "type">): Promise<T>
  • patchCardBySlug<TContract>(context: Context, session: string, slug: string, patch: Operation[]): Promise<TContract>

Generated using TypeDoc