SPeCS Packages Documentation
    Preparing search index...
    interface NodeAttribute {
        attr: string;
        predicate: (node: NodeSingular) => boolean;
    }
    Index

    Properties

    Properties

    attr: string
    predicate: (node: NodeSingular) => boolean