-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for
pos.cart-update.event.observe
- Loading branch information
1 parent
0f32095
commit 0775542
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...nsions/docs/surfaces/point-of-sale/reference/targets/pos.cart-update.event.observe.doc.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import type {ReferenceEntityTemplateSchema} from '@shopify/generate-docs'; | ||
import {ExtensionTargetType} from '../types/ExtensionTargetType'; | ||
|
||
const data: ReferenceEntityTemplateSchema = { | ||
name: ExtensionTargetType.PosCartUpdateObserve, | ||
description: 'An event extension target that observes cart updates', | ||
category: 'Targets', | ||
subCategory: 'Cart details', | ||
isVisualComponent: false, | ||
related: [], | ||
type: 'Target', | ||
}; | ||
|
||
export default data; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters