Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995389
noone.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
417 B
Referenced Files
None
Subscribers
None
noone.ts
View Options
import
type
{
Context
}
from
"../../main"
;
import
Policy
from
"../../chip-types/policy"
;
import
DenyAll
from
"../../datastore/deny-all"
;
export
default
class
Noone
extends
Policy
{
static
type_name
=
"noone"
;
async
_getRestrictingQuery
()
{
return
new
DenyAll
();
}
async
checkerFunction
(
context
:
Context
)
{
return
Policy
.
deny
(
context
.
app
.
i18n
(
"policy_noone_deny"
));
}
isItemSensitive
=
async
()
=>
false
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Mon, Dec 23, 02:44 (11 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
554683
Default Alt Text
noone.ts (417 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment