Type alias CardboardContext
CardboardContext: { initialized?: boolean; intersectionObserver?: IntersectionObserver; mountPoint?: CTag; mountPointHistory: CTag[]; observer?: { onAdded: CEvent<Node>; onRemoved: CEvent<Node>; }; styleManager?: StyleManager; }
Type declaration
-
Optional
initialized?: boolean
-
Optional
intersectionObserver?: IntersectionObserver
-
Optional
mountPoint?: CTag
-
mountPointHistory: CTag[]
-
Optional
observer?: {
onAdded: CEvent<Node>;
onRemoved: CEvent<Node>;
}
-