Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10352756
json.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
346 B
Referenced Files
None
Subscribers
None
json.ts
View Options
import
{
Textarea
}
from
"../controls/textarea.js"
;
import
{
TextBasedSimpleField
}
from
"./simple-form-field.js"
;
export
class
JSONField
<
Required
extends
boolean
>
extends
TextBasedSimpleField
<
Required
,
Textarea
>
{
constructor
(
required
:
Required
)
{
super
(
required
,
"text"
);
}
getControl
()
:
Textarea
{
return
new
Textarea
(
this
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Nov 2, 19:11 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1030491
Default Alt Text
json.ts (346 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment