Member Junction
Preparing search index...
@memberjunction/ai-engine-base
EffectiveSkillPermissions
Interface EffectiveSkillPermissions
Effective permissions for a user on a specific AI skill.
interface
EffectiveSkillPermissions
{
canDelete
:
boolean
;
canEdit
:
boolean
;
canRun
:
boolean
;
canView
:
boolean
;
isOwner
:
boolean
;
}
Index
Properties
can
Delete
can
Edit
can
Run
can
View
is
Owner
Properties
can
Delete
canDelete
:
boolean
can
Edit
canEdit
:
boolean
can
Run
canRun
:
boolean
can
View
canView
:
boolean
is
Owner
isOwner
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Delete
can
Edit
can
Run
can
View
is
Owner
Member Junction
Loading...
Effective permissions for a user on a specific AI skill.