MCPcopy
hub / github.com/jef/streetmerchant / LinksBuilderOptions

Interface LinksBuilderOptions

src/store/model/helpers/card.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface LinksBuilderOptions {
10 productsSelector: string;
11 sitePrefix: string;
12 titleAttribute?: string;
13 titleSelector: string;
14 urlSelector?: string;
15}
16
17const isPartialUrlRegExp = /^(?!https?:).*/i;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected