Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F996464
string-based-argument.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
557 B
Referenced Files
None
Subscribers
None
string-based-argument.ts
View Options
import
{
JDDContext
}
from
"../jdd-context.js"
;
import
{
ComponentArgument
}
from
"./component-argument.js"
;
export
abstract
class
StringBasedArgument
<
T
extends
string
>
extends
ComponentArgument
<
T
>
{
async
receivedToParsed
(
_
:
JDDContext
,
value
:
T
)
{
return
value
;
}
async
parsedToStorage
(
_
:
JDDContext
,
value
:
T
)
{
return
value
;
}
async
storageToParsed
(
_
:
JDDContext
,
value
:
T
)
{
return
value
;
}
async
parsedToFormData
(
_
:
JDDContext
,
value
:
T
)
{
return
value
;
}
getSubArgument
()
{
return
<
const
>
[
null
,
[]
as
string
[],
null
];
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Tue, Dec 24, 14:04 (11 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557273
Default Alt Text
string-based-argument.ts (557 B)
Attached To
Mode
R130 jdd
Attached
Detach File
Event Timeline
Log In to Comment