+
+
+
+
+ {{ $t('prefill.title') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lib/js/src/compose/types/page-block/nylas.ts b/lib/js/src/compose/types/page-block/nylas.ts
index 649d36e21..62d69da78 100644
--- a/lib/js/src/compose/types/page-block/nylas.ts
+++ b/lib/js/src/compose/types/page-block/nylas.ts
@@ -7,12 +7,26 @@ interface Options {
kind: string,
componentID: string;
magnifyOption: string;
+ prefill: Prefill;
+}
+
+interface Prefill {
+ to: string;
+ subject: string;
+ body: string;
+ queryString: string;
}
const defaults: Readonly