Link
A hyperlink to other pages, sections within the same document, resources, or any URL.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
content (required) | stencila:content | array[ InlineContent ] |
The textual content of the link. | Link |
target (required) | stencila:target | string:uri |
The target of the link. | Link |
type (required) | schema:type | enum{ Link } |
The name of the type. | Entity |
exportFrom | stencila:exportFrom | string |
A compilation directive giving the name of the variable to export to the link target. | Link |
id | schema:id | string |
The identifier for this item. | Entity |
importTo | stencila:importTo | string |
A compilation directive giving the name of the variable to import the link target as. | Link |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
relation | schema:linkRelationship | string |
The relation between the target and the current thing. | Link |
title | schema:headline | string |
A title for the link. | Link |
Parent: Entity
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from Link.schema.yaml
. Please
help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by creating a Markdown documentation
file🙏