vigiles API reference
    Preparing search index...

    Interface SelectionTrialResult

    One selection-trial outcome: which skills fired (namespaced ids), or errored.

    interface SelectionTrialResult {
        errored: boolean;
        fired: readonly string[];
    }
    Index

    Properties

    Properties

    errored: boolean
    fired: readonly string[]