Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10352811
form-control.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
377 B
Referenced Files
None
Subscribers
None
form-control.ts
View Options
import
{
BaseContext
}
from
"koa"
;
import
{
Templatable
}
from
"tempstream"
;
import
{
FormDataValue
,
FormMessage
}
from
"../form"
;
export
abstract
class
FormControl
{
abstract
render
(
ctx
:
BaseContext
,
data
:
Record
<
string
,
FormDataValue
>
,
messages
:
FormMessage
[]
)
:
Templatable
|
Promise
<
Templatable
>
;
abstract
role
:
"input"
|
"decoration"
|
"messages"
|
"submit"
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Nov 2, 20:50 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1030518
Default Alt Text
form-control.ts (377 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment