Skip to content

[F] getArmIdentifiers

function getArmIdentifiers(program, entity): string[] | undefined

This function returns all arm identifiers for the given array model type This includes the identifiers specified using the

Parameters

ParameterTypeDescription
programProgramThe program to process.
entityArrayModelTypeThe array model type to check.

Returns

string[] | undefined

returns list of arm identifiers for the given array model type if any or undefined.

Identifiers

decorator and the identifiers using the

Key

decorator.