Gjsify LogoGjsify Logo

Hierarchy

  • FolderChangeInfo

Index

Constructors

Properties

uid_added: object[]
uid_changed: object[]
uid_recent: object[]
uid_removed: object[]
name: string

Methods

  • add_source(uid: string): void
  • add_source_list(list: string[]): void
  • add_uid(uid: string): void
  • add_update(uid: string): void
  • add_update_list(list: string[]): void
  • build_diff(): void
  • Compare the source uid set to the updated uid set and generate the differences into the added and removed lists.

    Returns void

  • change_uid(uid: string): void
  • changed(): boolean
  • clear(): void
  • free(): void
  • get_added_uids(): string[]
  • Returns an array of added messages UIDs. The returned array, the same as its content, is owned by the info.

    Returns string[]

  • get_changed_uids(): string[]
  • Returns an array of changed messages UIDs. The returned array, the same as its content, is owned by the info.

    Returns string[]

  • get_recent_uids(): string[]
  • Returns an array of recent messages UIDs. The returned array, the same as its content, is owned by the info.

    Returns string[]

  • get_removed_uids(): string[]
  • Returns an array of removed messages UIDs. The returned array, the same as its content, is owned by the info.

    Returns string[]

  • recent_uid(uid: string): void
  • Add a recent uid to the changedinfo. This will also add the uid to the uid_filter array for potential filtering

    Parameters

    • uid: string

      a uid

    Returns void

  • remove_uid(uid: string): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method