moderator-toolbox-nxg-for-reddit / modules/shared/modnotes/helpers

modules/shared/modnotes/helpers

Functions

getContextURL()

getContextURL(note): Promise<string | null>

Defined in: extension/data/modules/shared/modnotes/helpers.ts:22

Gets a link to the context item of a note.

Parameters

note

ModNote

Returns

Promise<string | null>


getSubmissionFullname()

getSubmissionFullname(commentFullname): Promise<string>

Defined in: extension/data/modules/shared/modnotes/helpers.ts:10

Gets the fullname of a comment’s corresponding submission.

Parameters

commentFullname

string

Returns

Promise<string>