UNPKG

@adobe/helix-pipeline

Version:

(formerly known as Hypermedia Pipeline)

61 lines (38 loc) 1.76 kB
# Position Schema ``` https://ns.adobe.com/helix/pipeline/position ``` Marks the position of an AST node in the original text flow | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In | | ------------------- | ---------- | ------ | ------------ | ----------------- | --------------------- | -------------------------------------------- | | Can be instantiated | No | Stable | No | Forbidden | Forbidden | [position.schema.json](position.schema.json) | ## Schema Hierarchy - Position `https://ns.adobe.com/helix/pipeline/position` - [Text Coordinates](textcoordinates.schema.md) `https://ns.adobe.com/helix/pipeline/textcoordinates` # Position Properties | Property | Type | Required | Nullable | Defined by | | ----------------- | ---------------- | -------- | -------- | ---------------------- | | [end](#end) | Text Coordinates | Optional | No | Position (this schema) | | [indent](#indent) | `array` | Optional | No | Position (this schema) | | [start](#start) | Text Coordinates | Optional | No | Position (this schema) | ## end `end` - is optional - type: Text Coordinates - defined in this schema ### end Type - [Text Coordinates](textcoordinates.schema.md) – `https://ns.adobe.com/helix/pipeline/textcoordinates` ## indent `indent` - is optional - type: `array` - defined in this schema ### indent Type Array type: `array` ## start `start` - is optional - type: Text Coordinates - defined in this schema ### start Type - [Text Coordinates](textcoordinates.schema.md) – `https://ns.adobe.com/helix/pipeline/textcoordinates`