Skip to content

[F] setTypeSpecNamespace

function setTypeSpecNamespace(namespace, ...functions): void;

Set the TypeSpec namespace for that function.

ParameterTypeDescription
namespacestringNamespace string (e.g. “Foo.Bar”)
functions(…args) => any[]Functions

void