Skip to main content
Version: Latest (Core: 0.57.x, Azure: 0.43.x)

[F] $armLibraryNamespace

function $armLibraryNamespace(context, entity): void

Mark the target namespace as containign only ARM library types. This is used to create libraries to share among RPs

Parameters​

ParameterTypeDescription
contextDecoratorContextThe doecorator context, automatically supplied by the compiler
entityNamespaceThe decorated namespace

Returns​

void