Skip to content

[F] getArmIdentifiers

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

This function returns identifiers using the ‘@identifiers’ decorator

ParameterTypeDescription
programProgramThe program to process.
entityModel | ModelPropertyThe array model type to check.

string[] | undefined

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