mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Update iOS platform declarations with readonly modifier
This commit is contained in:
@ -9,13 +9,13 @@ declare class EAGLContext extends NSObject {
|
||||
|
||||
static setCurrentContext(context: EAGLContext): boolean;
|
||||
|
||||
/* readonly */ API: EAGLRenderingAPI;
|
||||
readonly API: EAGLRenderingAPI;
|
||||
|
||||
debugLabel: string;
|
||||
|
||||
multiThreaded: boolean;
|
||||
|
||||
/* readonly */ sharegroup: EAGLSharegroup;
|
||||
readonly sharegroup: EAGLSharegroup;
|
||||
|
||||
constructor(o: { API: EAGLRenderingAPI; });
|
||||
|
||||
|
Reference in New Issue
Block a user