O3 Framework / isUrlWithTemplateParameters
isUrlWithTemplateParameters(
allowedTemplateParameters):Validator
Defined in: packages/framework/esm-config/src/validators/validators.ts:23
Verifies that a string contains only the default URL template
parameters, plus any specified in allowedTemplateParameters.
To be added to openmrsBase and openmrsSpaBase
string[] |
readonly string[] |
A validator function that checks if a URL contains only allowed template parameters.