Constructor
new Attachment(path)
Parameters:
Name | Type | Description |
---|---|---|
path | * |
- Source
Members
filename :string
The filename of the attachment
Type:
- string
- Source
Methods
render(renderer) → {Promise.<string>}
Render the attachment using the renderer
instance provided
Parameters:
Name | Type | Description |
---|---|---|
renderer | AssetRenderer | an |
- Source
Returns:
Path of the rendered attachment to be uploaded to Confluence
- Type:
- Promise.<string>