mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
@property int data()
|
|
@disable this();
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["property", "@property"],
|
|
["keyword", "int"],
|
|
["function", "data"], ["punctuation", "("], ["punctuation", ")"],
|
|
["property", "@disable"],
|
|
["keyword", "this"], ["punctuation", "("], ["punctuation", ")"],
|
|
["punctuation", ";"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Check for properties. |