condition.same-domain
Checks if the link that you entered belongs to a specific site. If it does, returns true
, otherwise, false
.
Links must be specified in full, including the protocol (http, https, ftp).
The www.
subdomain is ignored when checking, meaning that links to www.example.ru
and example.ru
are considered to be the same.
How to pass a link address:
Specify it explicitly as a string.
(../operations/work-with-data. dita).
Refer to another element using
$ref
.Use helpers and conditions to get the value.
Component properties
Name | Type | Description |
---|---|---|
type * | "condition.same-domain" | Set component type |
data | any | The link address to be checked. If you don't specify it, the value returned by the parent component (the one that contains |
hint | string | Validation error message that the user will see |
original * | any | The link address that your link is compared to. |
Name | Type | Description |
---|---|---|
type * | "condition.same-domain" | Set component type |
data | any | The link address to be checked. If you don't specify it, the value returned by the parent component (the one that contains |
hint | string | Validation error message that the user will see |
original * | any | The link address that your link is compared to. |