effect-schema-viz
    Preparing search index...

    Function ClassNode

    • Create a diagram node representing a class type.

      Parameters

      • ...args: [
            name: string,
            signatures: readonly (
                | {
                    _tag: "PropertySignature";
                    name: PropertyKey;
                    reference: Reference;
                }
                | { _tag: "IndexSignature"; name: PropertyKey; reference: Reference }
            )[],
            nodeAttributes: NodeAttributesObject,
            edgeAttributes: EdgeAttributesObject,
        ]

      Returns Node