CommonValidatorFunctions.isValidDnsLabel()
Home > @backstage/catalog-model > CommonValidatorFunctions > isValidDnsLabel
Checks that the value is a valid DNS label.
Signature:
static isValidDnsLabel(value: unknown): boolean;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
value |
unknown |
The value to check |
boolean