@samatawy/diagrams
    Preparing search index...

    Class DiagramConstants

    DiagramConstants is a utility class that provides access to various constants used throughout the diagramming application. It allows for getting and setting constant values, as well as resetting them to their default values. Constants include settings for zoom, grid, layout, selection, node defaults, shadows, and icons. The class supports overrides for specific constants while maintaining default values for others.

    Index

    Constructors

    Properties

    overrides: Record<string, any> = {}
    defaults: Record<string, any> = ...

    Accessors

    Methods