@samatawy/diagrams
    Preparing search index...

    Interface NodeStyle

    interface NodeStyle {
        textStyle: TextStyle;
        strokeStyle: StrokeStyle;
        fillStyle: FillStyle;
        shadowStyle: ShadowStyle;
    }
    Index

    Properties

    textStyle: TextStyle
    strokeStyle: StrokeStyle
    fillStyle: FillStyle
    shadowStyle: ShadowStyle