docx
    Preparing search index...

    Type Alias IContext

    Context object passed through the XML tree during serialization.

    This context provides access to the document structure and maintains state during the conversion of components to XML.

    type IContext = {
        file: File;
        stack: IXmlableObject[];
        viewWrapper: IViewWrapper;
    }
    Index

    Properties

    file: File

    The root File object being serialized

    Current traversal stack of components (mutable for performance)

    viewWrapper: IViewWrapper

    Access to document relationships and other document parts