mrdocs::js::Value::apply

Invoke a function with variadic arguments.

Synopsis

Expected<Value>
apply(std::span<dom::Value> args) const;

Return Value

The return value of the method.

Parameters

Name

Description

args

Zero or more arguments to pass to the method.

Created with MrDocs