Returns the timeline groups with the specified name. The name is the name shown in the browser/timeline (the value of TimelineGroup.name). Since timeline group names do not have to be unique, this can return more than one group.
"timelineGroups_var" is a variable referencing a TimelineGroups object. |
"timelineGroups_var" is a variable referencing a TimelineGroups object. |
"timelineGroups_var" is a variable referencing a TimelineGroups object. |
| Type | Description |
| TimelineGroup[] | Returns an array of matching TimelineGroup objects or null if no group with that name exists. |
| Name | Type | Description |
| name | string | The name of the timeline group as displayed in the timeline. |