Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96594423
mailto.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Dec 28, 17:10
Size
359 B
Mime Type
text/x-java
Expires
Mon, Dec 30, 17:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23194344
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
mailto.d.ts
View Options
import { URISchemeHandler, URIComponents } from "../uri";
export interface MailtoHeaders {
[hfname: string]: string;
}
export interface MailtoComponents extends URIComponents {
to: Array<string>;
headers?: MailtoHeaders;
subject?: string;
body?: string;
}
declare const handler: URISchemeHandler<MailtoComponents>;
export default handler;
Event Timeline
Log In to Comment