Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969423
component.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
675 B
Referenced Files
None
Subscribers
None
component.ts
View Options
import
{
FlatTemplatable
}
from
"tempstream"
;
import
{
ComponentArgument
,
ExtractStructuredComponentArgumentsValues
,
}
from
"./component-arguments"
;
import
{
JDDContext
}
from
"."
;
export
interface
ComponentConstructor
<
A
extends
Record
<
string
,
ComponentArgument
<
unknown
>>
=
Record
<
string
,
ComponentArgument
<
unknown
>
>
>
{
new
()
:
Component
<
A
>
;
}
export
abstract
class
Component
<
ArgumentsT
extends
Record
<
string
,
ComponentArgument
<
unknown
>>
=
Record
<
string
,
ComponentArgument
<
unknown
>
>
>
{
abstract
getArguments
()
:
ArgumentsT
;
abstract
toHTML
(
args
:
ExtractStructuredComponentArgumentsValues
<
ArgumentsT
>
,
context
:
JDDContext
)
:
FlatTemplatable
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sat, Nov 23, 01:46 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547778
Default Alt Text
component.ts (675 B)
Attached To
Mode
R130 jdd
Attached
Detach File
Event Timeline
Log In to Comment