Interface LabelProps

interface LabelProps {
    onLoad?: (label: default.Label) => void;
    options?: TAddLabelOptions;
    target: IAnchorable;
    text: string;
}

Properties

onLoad?: (label: default.Label) => void
target: IAnchorable
text: string
MMNEPVFCICPMFPCPTTAAATR