Eulergraph
    Preparing search index...

    Type Alias RulerColors

    type RulerColors = {
        backgroundColor: string;
        borderColor: string;
        strokeColor: string;
        textColor: string;
    }
    Index

    Properties

    backgroundColor: string
    borderColor: string
    strokeColor: string
    textColor: string