SubdocumentContext

constructor(parent: MutableContext, subdocument: Subdocument, _fileSystem: FileSystem? = null)

Parameters

parent

context this scope was forked from

subdocument

the subdocument this context is processing

_fileSystem

file system to use in this context. Overrides the attached pipeline's file system if provided