AppendTextAction: {
    data: {
        text: string;
    };
    type: "appendText";
}

Type declaration

  • data: {
        text: string;
    }
    • text: string
  • type: "appendText"

Generated using TypeDoc