Interface QRLabels

interface QRLabels {
    attrPositions: string[];
    includeCurrentElements: QrLabelsBase;
    includeElementType?: boolean;
    qrSourceAttr: string;
    showAttrNames: boolean;
}

Hierarchy

  • QrLabelsBase
    • QRLabels

Properties

attrPositions: string[]
includeCurrentElements: QrLabelsBase
includeElementType?: boolean
qrSourceAttr: string
showAttrNames: boolean