Skip to content

ProcessParams.newContentProvider

ProcessParams › newContentProvider

Type: ValueProvider<null | string, ContentArgs>

A value provider that returns the new content based on the old content of the file. It can be a string or a function that takes the old content as an argument and returns the new content. If function is provided, it should return null if the process should be retried.