Skip to content

ITextStudioAddonDirtyNotifier

InterfaceTextStudioTextStudio
public interface ITextStudioAddonDirtyNotifier

Addon dirty notification interface. Addons signal the base controller when they need a presentation update.

void ClearDirty()

Clears the pending state after the host has processed the requested stages.

bool IsDirty { get; }

Gets whether the add-on has pending presentation work.

Returns

System.Boolean

DirtyFlags AddonDirtyFlags { get; }

Gets the minimum pipeline stages that must be refreshed.

Returns

TextStudio.DirtyFlags