interface RenderChatInputContext {
    previousParent: HTMLElement;
}

Properties

Properties

previousParent: HTMLElement

The element the chat input was moved out of.