Skip to content

Commit b1e8c9e

Browse files
committed
changes authoring to editor
1 parent 395d145 commit b1e8c9e

40 files changed

+49
-56
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
title: 'References',
2323
menu: [
2424
{
25-
title: 'Authoring APIs',
25+
title: 'Editor APIs',
2626
path: '/api/overview.md'
2727
}
2828
]

src/pages/api/classes/ArtboardNode.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / ArtboardNode
1+
[add-on-hlapi-sdk](../overview.md) / ArtboardNode
22

33
# Class: ArtboardNode
44

5-
An ArtboardNode represents an artboard object in the scenegraph. This class is a high-level API
6-
wrapper around the low-level APIs for interacting with artboards in ECS.
7-
8-
**`Remarks`**
9-
10-
Despite supporting the 'fills' list property, ArtboardNode does not extend FillableNode due to limitations
11-
on multiple inheritance.
5+
An ArtboardNode represents an artboard object in the scenegraph. This is the representation of the 'Scene' in Editor APIs.
126

137
## Hierarchy
148

@@ -18,7 +12,7 @@ on multiple inheritance.
1812

1913
## Implements
2014

21-
- [`IFillableNode`](../interfaces/IFillableNode.md)
15+
- [`IFillableNode`](../interfaces/IFillableNode.md)
2216
- [`IRectangularNode`](../interfaces/IRectangularNode.md)
2317

2418
## Table of contents

src/pages/api/classes/CharacterStyleRangeList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / CharacterStyleRangeList
1+
[add-on-hlapi-sdk](../overview.md) / CharacterStyleRangeList
22

33
# Class: CharacterStyleRangeList
44

src/pages/api/classes/Color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / Color
1+
[add-on-hlapi-sdk](../overview.md) / Color
22

33
# Class: Color
44

src/pages/api/classes/ContainerNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / ContainerNode
1+
[add-on-hlapi-sdk](../overview.md) / ContainerNode
22

33
# Class: ContainerNode
44

src/pages/api/classes/Context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / Context
1+
[add-on-hlapi-sdk](../overview.md) / Context
22

33
# Class: Context
44

src/pages/api/classes/Editor.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / Editor
1+
[add-on-hlapi-sdk](../overview.md) / Editor
22

33
# Class: Editor<TenantRootNode\>
44

5-
Entry point for Horizon's high-level API.
5+
Entry point for Editor APIs.
66

77
## Type parameters
88

@@ -46,7 +46,6 @@ Entry point for Horizon's high-level API.
4646

4747
`get` **context**(): [`Context`](Context.md)
4848

49-
[wxpAddOn]
5049
User's current selection context
5150

5251
#### Returns
@@ -61,7 +60,7 @@ ___
6160

6261
### <a id="documentRoot" name="documentRoot"></a> documentRoot
6362

64-
`get` **documentRoot**(): `TenantRootNode`
63+
`get` **documentRoot**(): [`ExpressRootNode`](ArtboardNode.md)
6564

6665
#### Returns
6766

src/pages/api/classes/EditorActions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / EditorActions
1+
[add-on-hlapi-sdk](../overview.md) / EditorActions
22

33
# Class: EditorActions
44

src/pages/api/classes/EllipseNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / EllipseNode
1+
[add-on-hlapi-sdk](../overview.md) / EllipseNode
22

33
# Class: EllipseNode
44

src/pages/api/classes/FillableNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@hz/add-on-hz-hlapi-sdk](../overview.md) / FillableNode
1+
[add-on-hlapi-sdk](../overview.md) / FillableNode
22

33
# Class: FillableNode
44

0 commit comments

Comments
 (0)