@openfin/fdc3-api 42.100.57 → 42.100.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -3070,7 +3070,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
|
|
|
3070
3070
|
*
|
|
3071
3071
|
*/
|
|
3072
3072
|
declare class Clipboard_2 extends Base {
|
|
3073
|
-
#private;
|
|
3074
3073
|
/**
|
|
3075
3074
|
* Writes data into the clipboard as plain text
|
|
3076
3075
|
* @param writeObj The object for writing data into the clipboard
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -3070,7 +3070,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
|
|
|
3070
3070
|
*
|
|
3071
3071
|
*/
|
|
3072
3072
|
declare class Clipboard_2 extends Base {
|
|
3073
|
-
#private;
|
|
3074
3073
|
/**
|
|
3075
3074
|
* Writes data into the clipboard as plain text
|
|
3076
3075
|
* @param writeObj The object for writing data into the clipboard
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -3070,7 +3070,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
|
|
|
3070
3070
|
*
|
|
3071
3071
|
*/
|
|
3072
3072
|
declare class Clipboard_2 extends Base {
|
|
3073
|
-
#private;
|
|
3074
3073
|
/**
|
|
3075
3074
|
* Writes data into the clipboard as plain text
|
|
3076
3075
|
* @param writeObj The object for writing data into the clipboard
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -3126,7 +3126,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
|
|
|
3126
3126
|
*
|
|
3127
3127
|
*/
|
|
3128
3128
|
declare class Clipboard_2 extends Base {
|
|
3129
|
-
#private;
|
|
3130
3129
|
/**
|
|
3131
3130
|
* Writes data into the clipboard as plain text
|
|
3132
3131
|
* @param writeObj The object for writing data into the clipboard
|