mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
message_edit: Convert module to typescript.
This commit is contained in:
@@ -68,6 +68,11 @@ export type MessageList = {
|
||||
visibly_empty: () => boolean;
|
||||
selected_message: () => Message;
|
||||
should_preserve_current_rendered_state: () => boolean;
|
||||
show_edit_message: ($row: JQuery, $form: JQuery) => void;
|
||||
show_edit_topic_on_recipient_row: ($recipient_row: JQuery, $form: JQuery) => void;
|
||||
hide_edit_topic_on_recipient_row: ($recipient_row: JQuery) => void;
|
||||
hide_edit_message: ($row: JQuery) => void;
|
||||
get_last_message_sent_by_me: () => Message | undefined;
|
||||
};
|
||||
|
||||
export let current: MessageList | undefined;
|
||||
|
||||
Reference in New Issue
Block a user