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