Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F4637528
form-paragraph.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
220 B
Referenced Files
None
Subscribers
None
form-paragraph.ts
View Options
import
{
FormControl
}
from
"./controls"
;
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
Tue, May 27, 23:47 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
644218
Default Alt Text
form-paragraph.ts (220 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment