weasel API - v0.8.0
Preparing search index...
ActionEnabledResult
Interface ActionEnabledResult
Experimental
Result of evaluating an Action's
enabled
predicate.
interface
ActionEnabledResult
{
enabled
:
boolean
;
reason
?:
ActionDisabledReason
;
}
Index
Properties
enabled
reason?
Properties
Experimental
enabled
enabled
:
boolean
Optional
Experimental
reason
reason
?:
ActionDisabledReason
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
reason
weasel API - v0.8.0
Loading...
Result of evaluating an Action's
enabledpredicate.