IRenderHook Interface
Represents a render hook.
public interface IRenderHook
- Namespace
- Spectre
.Console .Rendering
Methods
-
abstract IEnumerable<IRenderable> Process
(RenderOptions, IEnumerable <IRenderable> ) - Processes the specified renderables.
Extension Methods
-
T And
<IRenderHook> (Action <IRenderHook> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.