Trilium Frontend API
    Preparing search index...

    Interface TrafficParams

    interface TrafficParams {
        color?: Color;
        max?: number;
        min?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    color?: Color
    max?: number
    min?: number