Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010840
form-paragraph.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
227 B
Referenced Files
None
Subscribers
None
form-paragraph.ts
View Options
import
{
FormControl
}
from
"./form-control.js"
;
export
class
FormParagraph
extends
FormControl
{
role
=
<
const
>
"decoration"
;
constructor
(
public
text
:
string
)
{
super
();
}
render
()
{
return
`<p>
${
this
.
text
}
</p>`
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Wed, May 7, 19:48 (22 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625496
Default Alt Text
form-paragraph.ts (227 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment