Function addOptionsObjectToArguments

  • Adds an options object to the end of an argument list.

    Parameters

    • _parser: BaseXMLUIParser

      The parser that is calling this deserializer (unused)

    • _context: XMLUIParserContext

      The current parser context, shared with all other initializations (unused)

    • instantiationContext: Record<string, unknown>

      The current parser context, only available to this instantiation

    • args: unknown[]

      The argument list that will be modified

    Returns void