Skip to content

[F] getArmIdentifiers

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

This function returns identifiers using the

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

undefined | string[]

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

decorator