mobx-bonsai
    Preparing search index...

    Interface NodeWithAnyType

    Represents any node that has a type designation

    interface NodeWithAnyType {
        $$type: NodeTypeValue;
    }
    Index

    Properties

    Properties