Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

esm.sh/[email protected]/src/index.d.ts

ProgressHTMLAttributes

  • Type Parameters
  • Extends
  • Properties

ProgressHTMLAttributes

interface ProgressHTMLAttributes <T extends EventTarget = HTMLProgressElement> extends HTMLAttributes<T> {
max?: Signalish<number | string | undefined>;
value?: Signalish<string | number | undefined>;
}

§Type Parameters

§
T extends EventTarget = HTMLProgressElement
[src]

§Extends

§
HTMLAttributes<T>
[src]

§Properties

§
max?: Signalish<number | string | undefined>
[src]
§
value?: Signalish<string | number | undefined>
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno