One platform-specific way to open an entity, from a 31990 platform tag.
// tag ["web", "https://app.example/e/<bech32>", "nevent"]const target: HandlerTarget = { url: 'https://app.example/e/<bech32>', entity: 'nevent' }; Copy
// tag ["web", "https://app.example/e/<bech32>", "nevent"]const target: HandlerTarget = { url: 'https://app.example/e/<bech32>', entity: 'nevent' };
Optional NIP-19 entity type this template is for (e.g. 'nevent', 'naddr', 'nprofile').
'nevent'
'naddr'
'nprofile'
URL template containing a <bech32> and/or <raw> placeholder.
<bech32>
<raw>
One platform-specific way to open an entity, from a 31990 platform tag.
Example