Interface IMouseTargetContentTextData

interface IMouseTargetContentTextData {
    mightBeForeignElement: boolean;
}

Properties§

§readonly mightBeForeignElement: boolean