Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98551134
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
Tue, Jan 14, 06:07
Size
359 B
Mime Type
text/x-java
Expires
Thu, Jan 16, 06:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23577952
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