EntryForMember

EntryForMember

Entry for members.

Constructor

new EntryForMember()

Source:

Extends

Members

author :string

Entry author.

Inherited From:
Source:
Type:
  • string

authorId :number

Author ID.

Inherited From:
Source:
Type:
  • number

authorUrl :string

Author URL.

Inherited From:
Source:
Type:
  • string

content :string

Entry content.

Inherited From:
Source:
Type:
  • string

contentEncoded :string

Entry content encoded.

Inherited From:
Source:
Type:
  • string

dateCreated :string

Entry created date.

Inherited From:
Source:
Type:
  • string

dateModified :string|null

Entry modified date.

Inherited From:
Source:
Type:
  • string | null

Entry Eksi Seyler URL.

Inherited From:
Source:
Type:
  • string | null

eksiseylerSlug :string|null

Entry Eksi Seyler slug.

Inherited From:
Source:
Type:
  • string | null

favoriteCount :number

Entry favorite count.

Overrides:
Source:
Type:
  • number

id :number

Entry ID.

Inherited From:
Source:
Type:
  • number

isDeleted :boolean

Is entry deleted?

Overrides:
Source:
Type:
  • boolean

isEntryAuthorMe :boolean

Is entry author me?

Source:
Type:
  • boolean

isFavorited :boolean

Is entry favorite?

Overrides:
Source:
Type:
  • boolean

isRookieEntry :boolean

Is rookie entry?

Overrides:
Source:
Type:
  • boolean

Entry permalink.

Inherited From:
Source:
Type:
  • string

title :string

Entry title.

Inherited From:
Source:
Type:
  • string

titleId :number

Entry title ID.

Inherited From:
Source:
Type:
  • number

titleSlug :string

Entry title slug.

Inherited From:
Source:
Type:
  • string

titleUrl :string

Entry title URL.

Inherited From:
Source:
Type:
  • string

Methods

deleteFromTrash() → {Promise}

Delete the entry from trash.

Source:
Returns:
Type:
Promise

Promise.

downvote() → {Promise}

Downvote.

Source:
Returns:
Type:
Promise

Promise.

favorite() → {Promise}

Favorite the entry.

Source:
Returns:
Type:
Promise

Promise.

listFavoritedAuthors() → {Promise.Array.<UserForMember>}

List authors of which favorite the entry.

Source:
Returns:
Type:
Promise.Array.<UserForMember>

Promise.

listFavoritedRookies() → {Promise.Array.<UserForMember>}

List rookies of which favorite the entry.

Source:
Returns:
Type:
Promise.Array.<UserForMember>

Promise.

recoverFromTrash() → {Promise}

Recover the entry from trash.

Source:
Returns:
Type:
Promise

Promise.

removevote() → {Promise}

Remove vote.

Source:
Returns:
Type:
Promise

Promise.

retrieve() → {Promise}

Retrieve entry.

Inherited From:
Source:
Returns:
Type:
Promise

Promise.

unfavorite() → {Promise}

Unfavorite the entry.

Source:
Returns:
Type:
Promise

Promise.

upvote() → {Promise}

Upvote.

Source:
Returns:
Type:
Promise

Promise.