Skip to content

[F] getArmKeyIdentifiers

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

This function returns identifiers using the ‘@key’ decorator.

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

undefined | string[]

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