Interface EventPayloadMap

EventName to EventPayload Type

interface EventPayloadMap {
    comment-deleted: CommentData;
    comment-inserted: CommentData;
    comment-rendered: CommentNode;
    comment-updated: CommentData;
    created: undefined;
    editor-submit: undefined;
    editor-submitted: undefined;
    list-failed: ListErrorData;
    list-fetch: Partial<ListFetchParams>;
    list-fetched: ListFetchedArgs;
    list-goto: number;
    list-goto-first: undefined;
    list-load: CommentData[];
    list-loaded: CommentData[];
    list-reach-bottom: undefined;
    mounted: undefined;
    notifies-updated: NotifyData[];
    page-loaded: PageData;
    sidebar-hide: undefined;
    sidebar-show: undefined;
    unmounted: undefined;
    updated: Config;
    user-changed: LocalUser;
}

Properties

comment-deleted: CommentData
comment-inserted: CommentData
comment-rendered: CommentNode
comment-updated: CommentData
created: undefined
editor-submit: undefined
editor-submitted: undefined
list-failed: ListErrorData
list-fetch: Partial<ListFetchParams>
list-fetched: ListFetchedArgs
list-goto: number
list-goto-first: undefined
list-load: CommentData[]
list-loaded: CommentData[]
list-reach-bottom: undefined
mounted: undefined
notifies-updated: NotifyData[]
page-loaded: PageData
sidebar-hide: undefined
sidebar-show: undefined
unmounted: undefined
updated: Config
user-changed: LocalUser