|
Diff Constructor
|
Initializes the diff with the provided values.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
SyntaxGSF.Text.Diff = function(operation, text);
View SourceParameters
- operation Operation
- One of INSERT, DELETE or EQUAL.
- text String
- The text being applied.
See Also