Interface IChangeGhostStatusOperation
Represents an operation that changed the ghost status of a start/end node.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IChangeGhostStatusOperation : IAbstractEditOperation
Properties
Node
The affected start/end node.
Declaration
IStartEndNode Node { get; set; }
Property Value
Type | Description |
---|---|
IStartEndNode |
StatusBefore
The ghost status of the start/end node before the change was applied.
Declaration
bool StatusBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |