chore: refactor FrameManager and fix docs (#8770)

This commit is contained in:
jrandolf
2022-08-10 23:34:29 +02:00
committed by GitHub
parent 2580347b50
commit d6a88a9768
67 changed files with 1312 additions and 1255 deletions

View File

@@ -16,10 +16,8 @@ class Frame {
string
the frame's `name` attribute as specified in the tag.
The frame's `name` attribute as specified in the tag.
## Remarks
If the name is empty, it returns the `id` attribute instead.
Note: This value is calculated once when the frame is created, and will not update if the attribute is changed later.
This value is calculated once when the frame is created, and will not update if the attribute is changed later.