Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F996334
form-control.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
429 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
[],
field_name_prefix
:
string
,
form_id
:
string
)
:
FlatTemplatable
|
Promise
<
FlatTemplatable
>
;
abstract
role
:
"input"
|
"decoration"
|
"messages"
|
"submit"
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Tue, Dec 24, 14:02 (17 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557188
Default Alt Text
form-control.ts (429 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment