Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Org

Index

Constructors

constructor

  • new Org(data?: any): Org

Properties

about

about: string = ""

Optional counts

counts: undefined | object

Optional createdBy

createdBy: undefined | string

Optional createdOn

createdOn: Date

Optional currentMember

currentMember: Member

memberMap

memberMap: MemberDictionary

members

members: Array<Member> = []

name

name: string

Optional orgTemplate

orgTemplate: OrgTemplate

pendingInviteMap

pendingInviteMap: InvitationPendingDictionary

pendingInvites

pendingInvites: Array<Invitation> = []

rawData

rawData: any

slug

slug: string

Optional thumbnailUrl

thumbnailUrl: undefined | string

Optional tinyUrl

tinyUrl: undefined | string

Methods

addMembers

  • addMembers(members: Array<Member>): void

addPendingInvites

  • addPendingInvites(pendingInvites: Array<Invitation>): void

getMember

  • getMember(slug: string): Member

getPatchPayload

  • getPatchPayload(): any

getPendingInvite

toJson

  • toJson(): any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • 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

Generated using TypeDoc