CoreProps<T>: PropsWithRef<{ coreType: T; onInit: ((core) => void); statusbar?: boolean; timeline?: boolean; timelineProps?: { shouldAnimate?: boolean; systemTime?: boolean; }; toolbar?: boolean; }> Type declaration
coreType: T
onInit: ((core) => void)
Optional statusbar?: boolean
Optional timeline?: boolean
Optional timelineProps?: {
shouldAnimate?: boolean;
systemTime?: boolean;
}
Optional shouldAnimate?: boolean
Optional systemTime?: boolean
Optional toolbar?: boolean