interface RelationshipModel {
    ariaActiveDescendantElement: string;
    ariaColCount: number;
    ariaColIndex: number;
    ariaColSpan: number;
    ariaControlsElements: AriaControlsElements;
    ariaDescribedByElements: AriaDescribedByElements;
    ariaDescription: string;
    ariaDetailsElements: AriaDetailsElements;
    ariaErrorMessageElement: string;
    ariaFlowToElements: AriaFlowToElements;
    ariaLabelledByElements: AriaLabelledByElements;
    ariaOwnsElements: AriaOwnsElements;
    ariaPosInSet: number;
    ariaRowCount: number;
    ariaRowIndex: number;
    ariaRowSpan: number;
    ariaSetSize: number;
}

Properties

ariaActiveDescendantElement: string
ariaColCount: number
ariaColIndex: number
ariaColSpan: number
ariaControlsElements: AriaControlsElements
ariaDescribedByElements: AriaDescribedByElements
ariaDescription: string
ariaDetailsElements: AriaDetailsElements
ariaErrorMessageElement: string
ariaFlowToElements: AriaFlowToElements
ariaLabelledByElements: AriaLabelledByElements
ariaOwnsElements: AriaOwnsElements
ariaPosInSet: number
ariaRowCount: number
ariaRowIndex: number
ariaRowSpan: number
ariaSetSize: number