跳到主要内容

SendToWindow

Sends a message to the plugin modal window.

Syntax

expression.SendToWindow(windowID, name, data);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
windowIDRequiredstringThe frame ID.
nameRequiredstringThe event name.
dataRequiredobjectThe event data.

Returns

This method doesn't return any data.