issue_tree
    Preparing search index...

    Interface StatusOptions

    Options for computeStatus.

    interface StatusOptions {
        childOfGates?: boolean;
    }
    Index

    Properties

    Properties

    childOfGates?: boolean

    When true, a parent counts as blocked while it has an open child (child-of).