MCPcopy
hub / github.com/sparkjsdev/spark / SparkXrButton

Interface SparkXrButton

src/SparkXr.ts:49–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface SparkXrButton {
50 enterXrHtml?: string;
51 exitXrHtml?: string;
52 enterVrHtml?: string;
53 exitVrHtml?: string;
54 enterArHtml?: string;
55 exitArHtml?: string;
56 enterXrText?: string;
57 exitXrText?: string;
58 enterVrText?: string;
59 exitVrText?: string;
60 enterArText?: string;
61 exitArText?: string;
62 style?: CSSStyleDeclaration;
63 enterStyle?: CSSStyleDeclaration;
64 exitStyle?: CSSStyleDeclaration;
65 zIndex?: number;
66}
67
68export type XrGamepads = {
69 left?: Gamepad;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected