pivotick - v0.0.1
    Preparing search index...

    Interface LabelStyle

    interface LabelStyle {
        backgroundColor: string;
        color: string;
        fontFamily: string;
        fontSize: number;
        labelAccessor?: (edge: Edge) => string | void | HTMLElement;
        styleCb?: (edge: Edge) => Partial<LabelStyle>;
    }
    Index

    Properties

    backgroundColor: string
    #ffffff90
    
    color: string
    #333
    
    fontFamily: string
    system-ui, sans-serif
    
    fontSize: number
    12
    
    labelAccessor?: (edge: Edge) => string | void | HTMLElement
    styleCb?: (edge: Edge) => Partial<LabelStyle>