CEIP.isCommandIgnored Member

Internal.

Syntax

object.isCommandIgnored(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function ceip_iscommandignored(e)
{
return (e.command.name == "create-tab-for-view") ||
(e.command.name == "set-current-view") ||
(e.command.name == "focus-input") ||
(e.command.name == "say") ||
(e.command.name == "me") ||
(e.command.name == "msg") ||
(e.command.name == "describe");
}