Options
All
  • Public
  • Public/Protected
  • All
Menu

@bullhorn/taurus

Index

Type aliases

EntityListReference

EntityListReference: SearchService<T> | QueryService<T>

EntityOperation

EntityOperation: number | Entity<any>

Primitive

Primitive: number | string | boolean | string[] | Object

Variables

EMPTY

EMPTY: Symbol = Symbol('EMPTY')

storageReference

storageReference: Storage = new Memory()

Functions

Deferred

  • Deferred(): any

can

  • can(obj: any): Can

compareTopics

  • compareTopics(topic: string, existingTopic: string): boolean
  • Compares given topic with existing topic

    Parameters

    • topic: string

      Topic name

    • existingTopic: string

      Topic name to compare to

    Returns boolean

    Whether topic is included in existingTopic

findSubjectByName

  • findSubjectByName(subjects: any[], name: string): any
  • Find a specific subject by given name

    Parameters

    • subjects: any[]

      Array of subjects to search in

    • name: string

      Name to search for

    Returns any

    Found subject or void

getCookie

  • getCookie(cname: string): string | false

getOrCreateObservable

is

  • is(ref: any): Is

observeListOptions

observeOptions

topicToRegex

  • topicToRegex(topic: string): string

Generated using TypeDoc