@pretty-chitty/core
    Preparing search index...

    Class Chit

    Hierarchy (View Summary)

    Index

    Accessors

    • get parentOutletIndex(): number | undefined

      Returns number | undefined

    • get parentOutlet(): string | undefined

      Returns string | undefined

    • get isClickable(): boolean

      Returns true if the chit is currently clickable

      Returns boolean

    Constructors

    Methods

    • Type Parameters

      Parameters

      • chit: T
      • Optionaloutlet: string

      Returns T

    • Returns { __chit_id: string }

    • Returns a string representation of an object.

      Returns string

    • Parameters

      • OptionalnewValue: Chit
      • OptionalparentOutlet: string
      • OptionalparentOutletIndex: number

      Returns void

    • Parameters

      • cb: (chit: this) => void

      Returns this

    Properties

    id?: string
    orderedChildren: OrderedOutlet<Chit> = ...