Blockbench Reference Docs
    Preparing search index...

    Interface OutlinerDisplayRule

    interface OutlinerDisplayRule {
        id: string;
        test: (node: OutlinerNode) => boolean;
    }
    Index

    Properties

    Properties

    id: string

    ID of the rule

    test: (node: OutlinerNode) => boolean

    A test function to determine if the node should be hidden by the rule

    Type Declaration