clik-engine API
    Preparing search index...

    Interface LabelConfig

    interface LabelConfig {
        backgroundColor?: string;
        color?: string;
        fontFamily?: string;
        fontSize?: string;
        origin?: { x: number; y: number };
        padding?: number;
        text: string;
        x: number;
        y: number;
    }
    Index

    Properties

    backgroundColor?: string
    color?: string
    fontFamily?: string
    fontSize?: string
    origin?: { x: number; y: number }
    padding?: number
    text: string
    x: number
    y: number