Update api spec (#275)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a18b1565ff
commit
43bdb1ebdd
@ -1232,6 +1232,8 @@ class OptionDefaultCameraSetPerspective(BaseModel):
|
||||
class OptionZoomToFit(BaseModel):
|
||||
"""Fit the view to the specified object(s)."""
|
||||
|
||||
animated: bool = False
|
||||
|
||||
object_ids: List[str] = []
|
||||
|
||||
padding: float
|
||||
|
Reference in New Issue
Block a user