Type alias AbstractTimelineObject3D

AbstractTimelineObject3D: {
    hasTimeline: boolean;
    initTimeline: typeof __type;
    setTimelineDate: typeof __type;
    timeline: TimelineObject[];
    timelineDate: Date;
    updateTimeline: typeof __type;
}

Type declaration

  • Readonly hasTimeline: boolean
  • initTimeline: typeof __type
  • setTimelineDate: typeof __type
  • timeline: TimelineObject[]
  • timelineDate: Date
  • updateTimeline: typeof __type

Generated using TypeDoc