@telia-ace/widget-conversation-flamingo 1.1.29 → 1.1.30-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -16,6 +16,7 @@ export declare class Conversation extends WidgetElement {
16
16
  platform: ConversationPlatform | null;
17
17
  session: ConversationSessionState | null;
18
18
  conversationContentRef: Ref<HTMLDivElement>;
19
+ formRef: Ref<HTMLFormElement>;
19
20
  chatScrollHeight: number;
20
21
  private onSessionUpdated;
21
22
  render(): import("lit-html").TemplateResult<1>;