Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Namespace ToSic.Sxc.Services.Tweaks

Interfaces

ITweakInput<TInput>

Tweak API to reconfigure a value pre-processing in a service / method call.

Whatever code you write, always assume that this interface can be replaced with another name which will then provide more tweaks. So never use the interface-name in your code.