interface LabelProps {
    options?: TAddLabelOptions;
    target: IAnchorable;
    text: string;
}

Properties

Properties

target: IAnchorable
text: string