Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10360137
custom-field-type.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
311 B
Referenced Files
None
Subscribers
None
custom-field-type.js
View Options
module
.
exports
=
function
(
app
)
{
app
.
createChip
(
app
.
Sealious
.
FieldType
,
{
name
:
"custom_field_type"
,
is_proper_value
:
async
function
(
context
,
params
,
user_id
)
{
//some logic
if
(
value_is_correct
)
{
return
Promise
.
resolve
();
}
else
{
return
Promise
.
reject
(
"No access"
);
}
},
});
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 8, 04:44 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1033316
Default Alt Text
custom-field-type.js (311 B)
Attached To
Mode
rGEN Sealcode generator
Attached
Detach File
Event Timeline
Log In to Comment