weasel API - v0.8.0
    Preparing search index...

    Interface ActionEnabledResultExperimental

    Result of evaluating an Action's enabled predicate.

    interface ActionEnabledResult {
        enabled: boolean;
        reason?: ActionDisabledReason;
    }
    Index

    Properties

    Properties

    enabled: boolean