Graphora API
    Preparing search index...

    Interface ResolvedLabelStyle

    interface ResolvedLabelStyle {
        fill: string;
        fontFamily: string;
        fontSize: number;
        fontWeight: string;
        visible: boolean;
    }
    Index
    fill: string
    fontFamily: string
    fontSize: number
    fontWeight: string
    visible: boolean