Files
create/src/Gui/ViewProviderLink.pyi
tritao c2ff654912 Gui: Convert XML bindings to Python API bindings model.
This converts the existing XML binding files to the new Python bindings
generator model.
2025-03-24 11:56:53 -05:00

18 lines
438 B
Python

from ViewProviderDocumentObject import ViewProviderDocumentObject
from typing import Any, Final
class ViewProviderLink(ViewProviderDocumentObject):
"""
This is the ViewProviderLink class
Author: Zheng, Lei (realthunder.dev@gmail.com)
Licence: LGPL
"""
DraggingPlacement: Any = ...
"""Get/set dragger placement during dragging"""
LinkView: Final[Any] = ...
"""Get the associated LinkView object"""