@dcl/playground-assets 7.24.5 → 7.24.6-29505165911.commit-d270434
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +101 -3
- package/dist/beta.d.ts +101 -3
- package/dist/index.bundled.d.ts +101 -3
- package/dist/index.js +7 -7
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +101 -3
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +1001 -4
- package/etc/playground-assets.api.md +79 -3
- package/package.json +6 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.58.
|
|
4
|
+
"toolVersion": "7.58.10",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -1942,6 +1942,299 @@
|
|
|
1942
1942
|
}
|
|
1943
1943
|
]
|
|
1944
1944
|
},
|
|
1945
|
+
{
|
|
1946
|
+
"kind": "TypeAlias",
|
|
1947
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type",
|
|
1948
|
+
"docComment": "/**\n * @public\n */\n",
|
|
1949
|
+
"excerptTokens": [
|
|
1950
|
+
{
|
|
1951
|
+
"kind": "Content",
|
|
1952
|
+
"text": "export type AuthoritativePutComponentMessage = "
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"kind": "Reference",
|
|
1956
|
+
"text": "CrdtMessageHeader",
|
|
1957
|
+
"canonicalReference": "@dcl/playground-assets!CrdtMessageHeader:type"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "Content",
|
|
1961
|
+
"text": " & "
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"kind": "Reference",
|
|
1965
|
+
"text": "AuthoritativePutComponentMessageBody",
|
|
1966
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"kind": "Content",
|
|
1970
|
+
"text": ";"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
|
|
1974
|
+
"releaseTag": "Public",
|
|
1975
|
+
"name": "AuthoritativePutComponentMessage",
|
|
1976
|
+
"typeTokenRange": {
|
|
1977
|
+
"startIndex": 1,
|
|
1978
|
+
"endIndex": 4
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "TypeAlias",
|
|
1983
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type",
|
|
1984
|
+
"docComment": "/**\n * Server authoritative message - identical to PutComponentMessageBody but with forced processing Min. length = header (8 bytes) + 16 bytes = 24 bytes\n *\n * @param entity - Uint32 number of the entity\n *\n * @param componentId - Uint32 number of id\n *\n * @param timestamp - Uint32 Lamport timestamp (server's authoritative timestamp)\n *\n * @param data - Uint8[] data of component => length(4 bytes) + block of bytes[0..length-1]\n *\n * @public\n */\n",
|
|
1985
|
+
"excerptTokens": [
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "Content",
|
|
1988
|
+
"text": "export type AuthoritativePutComponentMessageBody = "
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "Content",
|
|
1992
|
+
"text": "{\n type: "
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"kind": "Reference",
|
|
1996
|
+
"text": "CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT",
|
|
1997
|
+
"canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member"
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "Content",
|
|
2001
|
+
"text": ";\n entityId: "
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"kind": "Reference",
|
|
2005
|
+
"text": "Entity",
|
|
2006
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "Content",
|
|
2010
|
+
"text": ";\n componentId: number;\n timestamp: number;\n data: "
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"kind": "Reference",
|
|
2014
|
+
"text": "Uint8Array",
|
|
2015
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"kind": "Content",
|
|
2019
|
+
"text": ";\n}"
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "Content",
|
|
2023
|
+
"text": ";"
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
"fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
|
|
2027
|
+
"releaseTag": "Public",
|
|
2028
|
+
"name": "AuthoritativePutComponentMessageBody",
|
|
2029
|
+
"typeTokenRange": {
|
|
2030
|
+
"startIndex": 1,
|
|
2031
|
+
"endIndex": 8
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"kind": "Namespace",
|
|
2036
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation:namespace",
|
|
2037
|
+
"docComment": "/**\n * @public\n */\n",
|
|
2038
|
+
"excerptTokens": [
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "Content",
|
|
2041
|
+
"text": "export declare namespace AuthoritativePutComponentOperation "
|
|
2042
|
+
}
|
|
2043
|
+
],
|
|
2044
|
+
"fileUrlPath": "../ecs/dist/serialization/crdt/authoritativePutComponent.d.ts",
|
|
2045
|
+
"releaseTag": "Public",
|
|
2046
|
+
"name": "AuthoritativePutComponentOperation",
|
|
2047
|
+
"preserveMemberOrder": false,
|
|
2048
|
+
"members": [
|
|
2049
|
+
{
|
|
2050
|
+
"kind": "Variable",
|
|
2051
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.MESSAGE_HEADER_LENGTH:var",
|
|
2052
|
+
"docComment": "",
|
|
2053
|
+
"excerptTokens": [
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "Content",
|
|
2056
|
+
"text": "MESSAGE_HEADER_LENGTH = "
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "Content",
|
|
2060
|
+
"text": "16"
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"initializerTokenRange": {
|
|
2064
|
+
"startIndex": 1,
|
|
2065
|
+
"endIndex": 2
|
|
2066
|
+
},
|
|
2067
|
+
"isReadonly": true,
|
|
2068
|
+
"releaseTag": "Public",
|
|
2069
|
+
"name": "MESSAGE_HEADER_LENGTH",
|
|
2070
|
+
"variableTypeTokenRange": {
|
|
2071
|
+
"startIndex": 0,
|
|
2072
|
+
"endIndex": 0
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "Function",
|
|
2077
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.read:function(1)",
|
|
2078
|
+
"docComment": "",
|
|
2079
|
+
"excerptTokens": [
|
|
2080
|
+
{
|
|
2081
|
+
"kind": "Content",
|
|
2082
|
+
"text": "function read(buf: "
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "Reference",
|
|
2086
|
+
"text": "ByteBuffer",
|
|
2087
|
+
"canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"kind": "Content",
|
|
2091
|
+
"text": "): "
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"kind": "Reference",
|
|
2095
|
+
"text": "AuthoritativePutComponentMessage",
|
|
2096
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "Content",
|
|
2100
|
+
"text": " | null"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"kind": "Content",
|
|
2104
|
+
"text": ";"
|
|
2105
|
+
}
|
|
2106
|
+
],
|
|
2107
|
+
"returnTypeTokenRange": {
|
|
2108
|
+
"startIndex": 3,
|
|
2109
|
+
"endIndex": 5
|
|
2110
|
+
},
|
|
2111
|
+
"releaseTag": "Public",
|
|
2112
|
+
"overloadIndex": 1,
|
|
2113
|
+
"parameters": [
|
|
2114
|
+
{
|
|
2115
|
+
"parameterName": "buf",
|
|
2116
|
+
"parameterTypeTokenRange": {
|
|
2117
|
+
"startIndex": 1,
|
|
2118
|
+
"endIndex": 2
|
|
2119
|
+
},
|
|
2120
|
+
"isOptional": false
|
|
2121
|
+
}
|
|
2122
|
+
],
|
|
2123
|
+
"name": "read"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"kind": "Function",
|
|
2127
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.write:function(1)",
|
|
2128
|
+
"docComment": "/**\n * Call this function for an optimal writing data passing the ByteBuffer already allocated\n */\n",
|
|
2129
|
+
"excerptTokens": [
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "Content",
|
|
2132
|
+
"text": "function write(entity: "
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"kind": "Reference",
|
|
2136
|
+
"text": "Entity",
|
|
2137
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"kind": "Content",
|
|
2141
|
+
"text": ", timestamp: "
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"kind": "Content",
|
|
2145
|
+
"text": "number"
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"kind": "Content",
|
|
2149
|
+
"text": ", componentId: "
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "Content",
|
|
2153
|
+
"text": "number"
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "Content",
|
|
2157
|
+
"text": ", data: "
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"kind": "Reference",
|
|
2161
|
+
"text": "Uint8Array",
|
|
2162
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"kind": "Content",
|
|
2166
|
+
"text": ", buf: "
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"kind": "Reference",
|
|
2170
|
+
"text": "ByteBuffer",
|
|
2171
|
+
"canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"kind": "Content",
|
|
2175
|
+
"text": "): "
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"kind": "Content",
|
|
2179
|
+
"text": "void"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "Content",
|
|
2183
|
+
"text": ";"
|
|
2184
|
+
}
|
|
2185
|
+
],
|
|
2186
|
+
"returnTypeTokenRange": {
|
|
2187
|
+
"startIndex": 11,
|
|
2188
|
+
"endIndex": 12
|
|
2189
|
+
},
|
|
2190
|
+
"releaseTag": "Public",
|
|
2191
|
+
"overloadIndex": 1,
|
|
2192
|
+
"parameters": [
|
|
2193
|
+
{
|
|
2194
|
+
"parameterName": "entity",
|
|
2195
|
+
"parameterTypeTokenRange": {
|
|
2196
|
+
"startIndex": 1,
|
|
2197
|
+
"endIndex": 2
|
|
2198
|
+
},
|
|
2199
|
+
"isOptional": false
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"parameterName": "timestamp",
|
|
2203
|
+
"parameterTypeTokenRange": {
|
|
2204
|
+
"startIndex": 3,
|
|
2205
|
+
"endIndex": 4
|
|
2206
|
+
},
|
|
2207
|
+
"isOptional": false
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"parameterName": "componentId",
|
|
2211
|
+
"parameterTypeTokenRange": {
|
|
2212
|
+
"startIndex": 5,
|
|
2213
|
+
"endIndex": 6
|
|
2214
|
+
},
|
|
2215
|
+
"isOptional": false
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"parameterName": "data",
|
|
2219
|
+
"parameterTypeTokenRange": {
|
|
2220
|
+
"startIndex": 7,
|
|
2221
|
+
"endIndex": 8
|
|
2222
|
+
},
|
|
2223
|
+
"isOptional": false
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"parameterName": "buf",
|
|
2227
|
+
"parameterTypeTokenRange": {
|
|
2228
|
+
"startIndex": 9,
|
|
2229
|
+
"endIndex": 10
|
|
2230
|
+
},
|
|
2231
|
+
"isOptional": false
|
|
2232
|
+
}
|
|
2233
|
+
],
|
|
2234
|
+
"name": "write"
|
|
2235
|
+
}
|
|
2236
|
+
]
|
|
2237
|
+
},
|
|
1945
2238
|
{
|
|
1946
2239
|
"kind": "Enum",
|
|
1947
2240
|
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum",
|
|
@@ -3511,6 +3804,61 @@
|
|
|
3511
3804
|
],
|
|
3512
3805
|
"name": "get"
|
|
3513
3806
|
},
|
|
3807
|
+
{
|
|
3808
|
+
"kind": "MethodSignature",
|
|
3809
|
+
"canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtState:member(1)",
|
|
3810
|
+
"docComment": "/**\n * Get the CRDT state for an entity (serialized data and timestamp)\n *\n * @param entity - Entity to get the CRDT state for\n *\n * @returns Object with serialized data and timestamp, or null if entity doesn't have the component\n *\n * @public\n */\n",
|
|
3811
|
+
"excerptTokens": [
|
|
3812
|
+
{
|
|
3813
|
+
"kind": "Content",
|
|
3814
|
+
"text": "getCrdtState(entity: "
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"kind": "Reference",
|
|
3818
|
+
"text": "Entity",
|
|
3819
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"kind": "Content",
|
|
3823
|
+
"text": "): "
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"kind": "Content",
|
|
3827
|
+
"text": "{\n data: "
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"kind": "Reference",
|
|
3831
|
+
"text": "Uint8Array",
|
|
3832
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"kind": "Content",
|
|
3836
|
+
"text": ";\n timestamp: number;\n } | null"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "Content",
|
|
3840
|
+
"text": ";"
|
|
3841
|
+
}
|
|
3842
|
+
],
|
|
3843
|
+
"isOptional": false,
|
|
3844
|
+
"returnTypeTokenRange": {
|
|
3845
|
+
"startIndex": 3,
|
|
3846
|
+
"endIndex": 6
|
|
3847
|
+
},
|
|
3848
|
+
"releaseTag": "Public",
|
|
3849
|
+
"overloadIndex": 1,
|
|
3850
|
+
"parameters": [
|
|
3851
|
+
{
|
|
3852
|
+
"parameterName": "entity",
|
|
3853
|
+
"parameterTypeTokenRange": {
|
|
3854
|
+
"startIndex": 1,
|
|
3855
|
+
"endIndex": 2
|
|
3856
|
+
},
|
|
3857
|
+
"isOptional": false
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3860
|
+
"name": "getCrdtState"
|
|
3861
|
+
},
|
|
3514
3862
|
{
|
|
3515
3863
|
"kind": "MethodSignature",
|
|
3516
3864
|
"canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtUpdates:member(1)",
|
|
@@ -3747,6 +4095,123 @@
|
|
|
3747
4095
|
}
|
|
3748
4096
|
],
|
|
3749
4097
|
"name": "updateFromCrdt"
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"kind": "MethodSignature",
|
|
4101
|
+
"canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(1)",
|
|
4102
|
+
"docComment": "/**\n * @public\n */\n",
|
|
4103
|
+
"excerptTokens": [
|
|
4104
|
+
{
|
|
4105
|
+
"kind": "Content",
|
|
4106
|
+
"text": "validateBeforeChange(entity: "
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"kind": "Reference",
|
|
4110
|
+
"text": "Entity",
|
|
4111
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"kind": "Content",
|
|
4115
|
+
"text": ", cb: "
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"kind": "Reference",
|
|
4119
|
+
"text": "ValidateCallback",
|
|
4120
|
+
"canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"kind": "Content",
|
|
4124
|
+
"text": "<T>"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"kind": "Content",
|
|
4128
|
+
"text": "): "
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"kind": "Content",
|
|
4132
|
+
"text": "void"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"kind": "Content",
|
|
4136
|
+
"text": ";"
|
|
4137
|
+
}
|
|
4138
|
+
],
|
|
4139
|
+
"isOptional": false,
|
|
4140
|
+
"returnTypeTokenRange": {
|
|
4141
|
+
"startIndex": 6,
|
|
4142
|
+
"endIndex": 7
|
|
4143
|
+
},
|
|
4144
|
+
"releaseTag": "Public",
|
|
4145
|
+
"overloadIndex": 1,
|
|
4146
|
+
"parameters": [
|
|
4147
|
+
{
|
|
4148
|
+
"parameterName": "entity",
|
|
4149
|
+
"parameterTypeTokenRange": {
|
|
4150
|
+
"startIndex": 1,
|
|
4151
|
+
"endIndex": 2
|
|
4152
|
+
},
|
|
4153
|
+
"isOptional": false
|
|
4154
|
+
},
|
|
4155
|
+
{
|
|
4156
|
+
"parameterName": "cb",
|
|
4157
|
+
"parameterTypeTokenRange": {
|
|
4158
|
+
"startIndex": 3,
|
|
4159
|
+
"endIndex": 5
|
|
4160
|
+
},
|
|
4161
|
+
"isOptional": false
|
|
4162
|
+
}
|
|
4163
|
+
],
|
|
4164
|
+
"name": "validateBeforeChange"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"kind": "MethodSignature",
|
|
4168
|
+
"canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(2)",
|
|
4169
|
+
"docComment": "",
|
|
4170
|
+
"excerptTokens": [
|
|
4171
|
+
{
|
|
4172
|
+
"kind": "Content",
|
|
4173
|
+
"text": "validateBeforeChange(cb: "
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"kind": "Reference",
|
|
4177
|
+
"text": "ValidateCallback",
|
|
4178
|
+
"canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"kind": "Content",
|
|
4182
|
+
"text": "<T>"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"kind": "Content",
|
|
4186
|
+
"text": "): "
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"kind": "Content",
|
|
4190
|
+
"text": "void"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"kind": "Content",
|
|
4194
|
+
"text": ";"
|
|
4195
|
+
}
|
|
4196
|
+
],
|
|
4197
|
+
"isOptional": false,
|
|
4198
|
+
"returnTypeTokenRange": {
|
|
4199
|
+
"startIndex": 4,
|
|
4200
|
+
"endIndex": 5
|
|
4201
|
+
},
|
|
4202
|
+
"releaseTag": "Public",
|
|
4203
|
+
"overloadIndex": 2,
|
|
4204
|
+
"parameters": [
|
|
4205
|
+
{
|
|
4206
|
+
"parameterName": "cb",
|
|
4207
|
+
"parameterTypeTokenRange": {
|
|
4208
|
+
"startIndex": 1,
|
|
4209
|
+
"endIndex": 3
|
|
4210
|
+
},
|
|
4211
|
+
"isOptional": false
|
|
4212
|
+
}
|
|
4213
|
+
],
|
|
4214
|
+
"name": "validateBeforeChange"
|
|
3750
4215
|
}
|
|
3751
4216
|
],
|
|
3752
4217
|
"extendsTokenRanges": []
|
|
@@ -16670,6 +17135,15 @@
|
|
|
16670
17135
|
"kind": "Content",
|
|
16671
17136
|
"text": " | "
|
|
16672
17137
|
},
|
|
17138
|
+
{
|
|
17139
|
+
"kind": "Reference",
|
|
17140
|
+
"text": "AuthoritativePutComponentMessage",
|
|
17141
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
|
|
17142
|
+
},
|
|
17143
|
+
{
|
|
17144
|
+
"kind": "Content",
|
|
17145
|
+
"text": " | "
|
|
17146
|
+
},
|
|
16673
17147
|
{
|
|
16674
17148
|
"kind": "Reference",
|
|
16675
17149
|
"text": "DeleteComponentMessage",
|
|
@@ -16730,7 +17204,7 @@
|
|
|
16730
17204
|
"name": "CrdtMessage",
|
|
16731
17205
|
"typeTokenRange": {
|
|
16732
17206
|
"startIndex": 1,
|
|
16733
|
-
"endIndex":
|
|
17207
|
+
"endIndex": 16
|
|
16734
17208
|
}
|
|
16735
17209
|
},
|
|
16736
17210
|
{
|
|
@@ -16751,6 +17225,15 @@
|
|
|
16751
17225
|
"kind": "Content",
|
|
16752
17226
|
"text": " | "
|
|
16753
17227
|
},
|
|
17228
|
+
{
|
|
17229
|
+
"kind": "Reference",
|
|
17230
|
+
"text": "AuthoritativePutComponentMessageBody",
|
|
17231
|
+
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
|
|
17232
|
+
},
|
|
17233
|
+
{
|
|
17234
|
+
"kind": "Content",
|
|
17235
|
+
"text": " | "
|
|
17236
|
+
},
|
|
16754
17237
|
{
|
|
16755
17238
|
"kind": "Reference",
|
|
16756
17239
|
"text": "DeleteComponentMessageBody",
|
|
@@ -16793,7 +17276,7 @@
|
|
|
16793
17276
|
"name": "CrdtMessageBody",
|
|
16794
17277
|
"typeTokenRange": {
|
|
16795
17278
|
"startIndex": 1,
|
|
16796
|
-
"endIndex":
|
|
17279
|
+
"endIndex": 12
|
|
16797
17280
|
}
|
|
16798
17281
|
},
|
|
16799
17282
|
{
|
|
@@ -17083,6 +17566,27 @@
|
|
|
17083
17566
|
"releaseTag": "Public",
|
|
17084
17567
|
"name": "APPEND_VALUE"
|
|
17085
17568
|
},
|
|
17569
|
+
{
|
|
17570
|
+
"kind": "EnumMember",
|
|
17571
|
+
"canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member",
|
|
17572
|
+
"docComment": "",
|
|
17573
|
+
"excerptTokens": [
|
|
17574
|
+
{
|
|
17575
|
+
"kind": "Content",
|
|
17576
|
+
"text": "AUTHORITATIVE_PUT_COMPONENT = "
|
|
17577
|
+
},
|
|
17578
|
+
{
|
|
17579
|
+
"kind": "Content",
|
|
17580
|
+
"text": "8"
|
|
17581
|
+
}
|
|
17582
|
+
],
|
|
17583
|
+
"initializerTokenRange": {
|
|
17584
|
+
"startIndex": 1,
|
|
17585
|
+
"endIndex": 2
|
|
17586
|
+
},
|
|
17587
|
+
"releaseTag": "Public",
|
|
17588
|
+
"name": "AUTHORITATIVE_PUT_COMPONENT"
|
|
17589
|
+
},
|
|
17086
17590
|
{
|
|
17087
17591
|
"kind": "EnumMember",
|
|
17088
17592
|
"canonicalReference": "@dcl/playground-assets!CrdtMessageType.DELETE_COMPONENT:member",
|
|
@@ -17178,7 +17682,7 @@
|
|
|
17178
17682
|
},
|
|
17179
17683
|
{
|
|
17180
17684
|
"kind": "Content",
|
|
17181
|
-
"text": "
|
|
17685
|
+
"text": "9"
|
|
17182
17686
|
}
|
|
17183
17687
|
],
|
|
17184
17688
|
"initializerTokenRange": {
|
|
@@ -17298,6 +17802,30 @@
|
|
|
17298
17802
|
"endIndex": 6
|
|
17299
17803
|
}
|
|
17300
17804
|
},
|
|
17805
|
+
{
|
|
17806
|
+
"kind": "Variable",
|
|
17807
|
+
"canonicalReference": "@dcl/playground-assets!CreatedBy:var",
|
|
17808
|
+
"docComment": "",
|
|
17809
|
+
"excerptTokens": [
|
|
17810
|
+
{
|
|
17811
|
+
"kind": "Content",
|
|
17812
|
+
"text": "CreatedBy: "
|
|
17813
|
+
},
|
|
17814
|
+
{
|
|
17815
|
+
"kind": "Reference",
|
|
17816
|
+
"text": "ICreatedBy",
|
|
17817
|
+
"canonicalReference": "@dcl/playground-assets!ICreatedBy:type"
|
|
17818
|
+
}
|
|
17819
|
+
],
|
|
17820
|
+
"fileUrlPath": "../ecs/dist/index.d.ts",
|
|
17821
|
+
"isReadonly": true,
|
|
17822
|
+
"releaseTag": "Public",
|
|
17823
|
+
"name": "CreatedBy",
|
|
17824
|
+
"variableTypeTokenRange": {
|
|
17825
|
+
"startIndex": 1,
|
|
17826
|
+
"endIndex": 2
|
|
17827
|
+
}
|
|
17828
|
+
},
|
|
17301
17829
|
{
|
|
17302
17830
|
"kind": "Function",
|
|
17303
17831
|
"canonicalReference": "@dcl/playground-assets!createEntityContainer:function(1)",
|
|
@@ -22777,6 +23305,91 @@
|
|
|
22777
23305
|
"endIndex": 9
|
|
22778
23306
|
}
|
|
22779
23307
|
},
|
|
23308
|
+
{
|
|
23309
|
+
"kind": "TypeAlias",
|
|
23310
|
+
"canonicalReference": "@dcl/playground-assets!ICreatedBy:type",
|
|
23311
|
+
"docComment": "",
|
|
23312
|
+
"excerptTokens": [
|
|
23313
|
+
{
|
|
23314
|
+
"kind": "Content",
|
|
23315
|
+
"text": "export type ICreatedBy = "
|
|
23316
|
+
},
|
|
23317
|
+
{
|
|
23318
|
+
"kind": "Reference",
|
|
23319
|
+
"text": "LastWriteWinElementSetComponentDefinition",
|
|
23320
|
+
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
23321
|
+
},
|
|
23322
|
+
{
|
|
23323
|
+
"kind": "Content",
|
|
23324
|
+
"text": "<"
|
|
23325
|
+
},
|
|
23326
|
+
{
|
|
23327
|
+
"kind": "Reference",
|
|
23328
|
+
"text": "ICreatedByType",
|
|
23329
|
+
"canonicalReference": "@dcl/playground-assets!ICreatedByType:interface"
|
|
23330
|
+
},
|
|
23331
|
+
{
|
|
23332
|
+
"kind": "Content",
|
|
23333
|
+
"text": ">"
|
|
23334
|
+
},
|
|
23335
|
+
{
|
|
23336
|
+
"kind": "Content",
|
|
23337
|
+
"text": ";"
|
|
23338
|
+
}
|
|
23339
|
+
],
|
|
23340
|
+
"fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
|
|
23341
|
+
"releaseTag": "Public",
|
|
23342
|
+
"name": "ICreatedBy",
|
|
23343
|
+
"typeTokenRange": {
|
|
23344
|
+
"startIndex": 1,
|
|
23345
|
+
"endIndex": 5
|
|
23346
|
+
}
|
|
23347
|
+
},
|
|
23348
|
+
{
|
|
23349
|
+
"kind": "Interface",
|
|
23350
|
+
"canonicalReference": "@dcl/playground-assets!ICreatedByType:interface",
|
|
23351
|
+
"docComment": "",
|
|
23352
|
+
"excerptTokens": [
|
|
23353
|
+
{
|
|
23354
|
+
"kind": "Content",
|
|
23355
|
+
"text": "export interface ICreatedByType "
|
|
23356
|
+
}
|
|
23357
|
+
],
|
|
23358
|
+
"fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
|
|
23359
|
+
"releaseTag": "Public",
|
|
23360
|
+
"name": "ICreatedByType",
|
|
23361
|
+
"preserveMemberOrder": false,
|
|
23362
|
+
"members": [
|
|
23363
|
+
{
|
|
23364
|
+
"kind": "PropertySignature",
|
|
23365
|
+
"canonicalReference": "@dcl/playground-assets!ICreatedByType#address:member",
|
|
23366
|
+
"docComment": "",
|
|
23367
|
+
"excerptTokens": [
|
|
23368
|
+
{
|
|
23369
|
+
"kind": "Content",
|
|
23370
|
+
"text": "address: "
|
|
23371
|
+
},
|
|
23372
|
+
{
|
|
23373
|
+
"kind": "Content",
|
|
23374
|
+
"text": "string"
|
|
23375
|
+
},
|
|
23376
|
+
{
|
|
23377
|
+
"kind": "Content",
|
|
23378
|
+
"text": ";"
|
|
23379
|
+
}
|
|
23380
|
+
],
|
|
23381
|
+
"isReadonly": false,
|
|
23382
|
+
"isOptional": false,
|
|
23383
|
+
"releaseTag": "Public",
|
|
23384
|
+
"name": "address",
|
|
23385
|
+
"propertyTypeTokenRange": {
|
|
23386
|
+
"startIndex": 1,
|
|
23387
|
+
"endIndex": 2
|
|
23388
|
+
}
|
|
23389
|
+
}
|
|
23390
|
+
],
|
|
23391
|
+
"extendsTokenRanges": []
|
|
23392
|
+
},
|
|
22780
23393
|
{
|
|
22781
23394
|
"kind": "Interface",
|
|
22782
23395
|
"canonicalReference": "@dcl/playground-assets!IEngine:interface",
|
|
@@ -25950,6 +26563,342 @@
|
|
|
25950
26563
|
}
|
|
25951
26564
|
]
|
|
25952
26565
|
},
|
|
26566
|
+
{
|
|
26567
|
+
"kind": "Interface",
|
|
26568
|
+
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent:interface",
|
|
26569
|
+
"docComment": "/**\n * Internal component interface that exposes all internal methods for SDK use This is not exposed to users, only for internal SDK operations\n */\n",
|
|
26570
|
+
"excerptTokens": [
|
|
26571
|
+
{
|
|
26572
|
+
"kind": "Content",
|
|
26573
|
+
"text": "export interface InternalBaseComponent<T> extends "
|
|
26574
|
+
},
|
|
26575
|
+
{
|
|
26576
|
+
"kind": "Reference",
|
|
26577
|
+
"text": "BaseComponent",
|
|
26578
|
+
"canonicalReference": "@dcl/playground-assets!BaseComponent:interface"
|
|
26579
|
+
},
|
|
26580
|
+
{
|
|
26581
|
+
"kind": "Content",
|
|
26582
|
+
"text": "<T>"
|
|
26583
|
+
},
|
|
26584
|
+
{
|
|
26585
|
+
"kind": "Content",
|
|
26586
|
+
"text": " "
|
|
26587
|
+
}
|
|
26588
|
+
],
|
|
26589
|
+
"fileUrlPath": "../ecs/dist/engine/component.d.ts",
|
|
26590
|
+
"releaseTag": "Public",
|
|
26591
|
+
"typeParameters": [
|
|
26592
|
+
{
|
|
26593
|
+
"typeParameterName": "T",
|
|
26594
|
+
"constraintTokenRange": {
|
|
26595
|
+
"startIndex": 0,
|
|
26596
|
+
"endIndex": 0
|
|
26597
|
+
},
|
|
26598
|
+
"defaultTypeTokenRange": {
|
|
26599
|
+
"startIndex": 0,
|
|
26600
|
+
"endIndex": 0
|
|
26601
|
+
}
|
|
26602
|
+
}
|
|
26603
|
+
],
|
|
26604
|
+
"name": "InternalBaseComponent",
|
|
26605
|
+
"preserveMemberOrder": false,
|
|
26606
|
+
"members": [
|
|
26607
|
+
{
|
|
26608
|
+
"kind": "MethodSignature",
|
|
26609
|
+
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__dry_run_updateFromCrdt:member(1)",
|
|
26610
|
+
"docComment": "/**\n * Dry run update to check if a CRDT message would be accepted without actually applying it\n *\n * @public\n */\n",
|
|
26611
|
+
"excerptTokens": [
|
|
26612
|
+
{
|
|
26613
|
+
"kind": "Content",
|
|
26614
|
+
"text": "__dry_run_updateFromCrdt(body: "
|
|
26615
|
+
},
|
|
26616
|
+
{
|
|
26617
|
+
"kind": "Reference",
|
|
26618
|
+
"text": "CrdtMessageBody",
|
|
26619
|
+
"canonicalReference": "@dcl/playground-assets!CrdtMessageBody:type"
|
|
26620
|
+
},
|
|
26621
|
+
{
|
|
26622
|
+
"kind": "Content",
|
|
26623
|
+
"text": "): "
|
|
26624
|
+
},
|
|
26625
|
+
{
|
|
26626
|
+
"kind": "Reference",
|
|
26627
|
+
"text": "ProcessMessageResultType",
|
|
26628
|
+
"canonicalReference": "@dcl/playground-assets!ProcessMessageResultType:enum"
|
|
26629
|
+
},
|
|
26630
|
+
{
|
|
26631
|
+
"kind": "Content",
|
|
26632
|
+
"text": ";"
|
|
26633
|
+
}
|
|
26634
|
+
],
|
|
26635
|
+
"isOptional": false,
|
|
26636
|
+
"returnTypeTokenRange": {
|
|
26637
|
+
"startIndex": 3,
|
|
26638
|
+
"endIndex": 4
|
|
26639
|
+
},
|
|
26640
|
+
"releaseTag": "Public",
|
|
26641
|
+
"overloadIndex": 1,
|
|
26642
|
+
"parameters": [
|
|
26643
|
+
{
|
|
26644
|
+
"parameterName": "body",
|
|
26645
|
+
"parameterTypeTokenRange": {
|
|
26646
|
+
"startIndex": 1,
|
|
26647
|
+
"endIndex": 2
|
|
26648
|
+
},
|
|
26649
|
+
"isOptional": false
|
|
26650
|
+
}
|
|
26651
|
+
],
|
|
26652
|
+
"name": "__dry_run_updateFromCrdt"
|
|
26653
|
+
},
|
|
26654
|
+
{
|
|
26655
|
+
"kind": "MethodSignature",
|
|
26656
|
+
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__onChangeCallbacks:member(1)",
|
|
26657
|
+
"docComment": "/**\n * @public\n */\n",
|
|
26658
|
+
"excerptTokens": [
|
|
26659
|
+
{
|
|
26660
|
+
"kind": "Content",
|
|
26661
|
+
"text": "__onChangeCallbacks(entity: "
|
|
26662
|
+
},
|
|
26663
|
+
{
|
|
26664
|
+
"kind": "Reference",
|
|
26665
|
+
"text": "Entity",
|
|
26666
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26667
|
+
},
|
|
26668
|
+
{
|
|
26669
|
+
"kind": "Content",
|
|
26670
|
+
"text": ", value: "
|
|
26671
|
+
},
|
|
26672
|
+
{
|
|
26673
|
+
"kind": "Content",
|
|
26674
|
+
"text": "T"
|
|
26675
|
+
},
|
|
26676
|
+
{
|
|
26677
|
+
"kind": "Content",
|
|
26678
|
+
"text": "): "
|
|
26679
|
+
},
|
|
26680
|
+
{
|
|
26681
|
+
"kind": "Content",
|
|
26682
|
+
"text": "void"
|
|
26683
|
+
},
|
|
26684
|
+
{
|
|
26685
|
+
"kind": "Content",
|
|
26686
|
+
"text": ";"
|
|
26687
|
+
}
|
|
26688
|
+
],
|
|
26689
|
+
"isOptional": false,
|
|
26690
|
+
"returnTypeTokenRange": {
|
|
26691
|
+
"startIndex": 5,
|
|
26692
|
+
"endIndex": 6
|
|
26693
|
+
},
|
|
26694
|
+
"releaseTag": "Public",
|
|
26695
|
+
"overloadIndex": 1,
|
|
26696
|
+
"parameters": [
|
|
26697
|
+
{
|
|
26698
|
+
"parameterName": "entity",
|
|
26699
|
+
"parameterTypeTokenRange": {
|
|
26700
|
+
"startIndex": 1,
|
|
26701
|
+
"endIndex": 2
|
|
26702
|
+
},
|
|
26703
|
+
"isOptional": false
|
|
26704
|
+
},
|
|
26705
|
+
{
|
|
26706
|
+
"parameterName": "value",
|
|
26707
|
+
"parameterTypeTokenRange": {
|
|
26708
|
+
"startIndex": 3,
|
|
26709
|
+
"endIndex": 4
|
|
26710
|
+
},
|
|
26711
|
+
"isOptional": false
|
|
26712
|
+
}
|
|
26713
|
+
],
|
|
26714
|
+
"name": "__onChangeCallbacks"
|
|
26715
|
+
},
|
|
26716
|
+
{
|
|
26717
|
+
"kind": "MethodSignature",
|
|
26718
|
+
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__run_validateBeforeChange:member(1)",
|
|
26719
|
+
"docComment": "/**\n * @public\n */\n",
|
|
26720
|
+
"excerptTokens": [
|
|
26721
|
+
{
|
|
26722
|
+
"kind": "Content",
|
|
26723
|
+
"text": "__run_validateBeforeChange(entity: "
|
|
26724
|
+
},
|
|
26725
|
+
{
|
|
26726
|
+
"kind": "Reference",
|
|
26727
|
+
"text": "Entity",
|
|
26728
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26729
|
+
},
|
|
26730
|
+
{
|
|
26731
|
+
"kind": "Content",
|
|
26732
|
+
"text": ", newValue: "
|
|
26733
|
+
},
|
|
26734
|
+
{
|
|
26735
|
+
"kind": "Content",
|
|
26736
|
+
"text": "T | undefined"
|
|
26737
|
+
},
|
|
26738
|
+
{
|
|
26739
|
+
"kind": "Content",
|
|
26740
|
+
"text": ", senderAddress: "
|
|
26741
|
+
},
|
|
26742
|
+
{
|
|
26743
|
+
"kind": "Content",
|
|
26744
|
+
"text": "string"
|
|
26745
|
+
},
|
|
26746
|
+
{
|
|
26747
|
+
"kind": "Content",
|
|
26748
|
+
"text": ", createdBy: "
|
|
26749
|
+
},
|
|
26750
|
+
{
|
|
26751
|
+
"kind": "Content",
|
|
26752
|
+
"text": "string"
|
|
26753
|
+
},
|
|
26754
|
+
{
|
|
26755
|
+
"kind": "Content",
|
|
26756
|
+
"text": "): "
|
|
26757
|
+
},
|
|
26758
|
+
{
|
|
26759
|
+
"kind": "Content",
|
|
26760
|
+
"text": "boolean"
|
|
26761
|
+
},
|
|
26762
|
+
{
|
|
26763
|
+
"kind": "Content",
|
|
26764
|
+
"text": ";"
|
|
26765
|
+
}
|
|
26766
|
+
],
|
|
26767
|
+
"isOptional": false,
|
|
26768
|
+
"returnTypeTokenRange": {
|
|
26769
|
+
"startIndex": 9,
|
|
26770
|
+
"endIndex": 10
|
|
26771
|
+
},
|
|
26772
|
+
"releaseTag": "Public",
|
|
26773
|
+
"overloadIndex": 1,
|
|
26774
|
+
"parameters": [
|
|
26775
|
+
{
|
|
26776
|
+
"parameterName": "entity",
|
|
26777
|
+
"parameterTypeTokenRange": {
|
|
26778
|
+
"startIndex": 1,
|
|
26779
|
+
"endIndex": 2
|
|
26780
|
+
},
|
|
26781
|
+
"isOptional": false
|
|
26782
|
+
},
|
|
26783
|
+
{
|
|
26784
|
+
"parameterName": "newValue",
|
|
26785
|
+
"parameterTypeTokenRange": {
|
|
26786
|
+
"startIndex": 3,
|
|
26787
|
+
"endIndex": 4
|
|
26788
|
+
},
|
|
26789
|
+
"isOptional": false
|
|
26790
|
+
},
|
|
26791
|
+
{
|
|
26792
|
+
"parameterName": "senderAddress",
|
|
26793
|
+
"parameterTypeTokenRange": {
|
|
26794
|
+
"startIndex": 5,
|
|
26795
|
+
"endIndex": 6
|
|
26796
|
+
},
|
|
26797
|
+
"isOptional": false
|
|
26798
|
+
},
|
|
26799
|
+
{
|
|
26800
|
+
"parameterName": "createdBy",
|
|
26801
|
+
"parameterTypeTokenRange": {
|
|
26802
|
+
"startIndex": 7,
|
|
26803
|
+
"endIndex": 8
|
|
26804
|
+
},
|
|
26805
|
+
"isOptional": false
|
|
26806
|
+
}
|
|
26807
|
+
],
|
|
26808
|
+
"name": "__run_validateBeforeChange"
|
|
26809
|
+
},
|
|
26810
|
+
{
|
|
26811
|
+
"kind": "MethodSignature",
|
|
26812
|
+
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#dirtyIterator:member(1)",
|
|
26813
|
+
"docComment": "/**\n * @public\n */\n",
|
|
26814
|
+
"excerptTokens": [
|
|
26815
|
+
{
|
|
26816
|
+
"kind": "Content",
|
|
26817
|
+
"text": "dirtyIterator(): "
|
|
26818
|
+
},
|
|
26819
|
+
{
|
|
26820
|
+
"kind": "Reference",
|
|
26821
|
+
"text": "Iterable",
|
|
26822
|
+
"canonicalReference": "!Iterable:interface"
|
|
26823
|
+
},
|
|
26824
|
+
{
|
|
26825
|
+
"kind": "Content",
|
|
26826
|
+
"text": "<"
|
|
26827
|
+
},
|
|
26828
|
+
{
|
|
26829
|
+
"kind": "Reference",
|
|
26830
|
+
"text": "Entity",
|
|
26831
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26832
|
+
},
|
|
26833
|
+
{
|
|
26834
|
+
"kind": "Content",
|
|
26835
|
+
"text": ">"
|
|
26836
|
+
},
|
|
26837
|
+
{
|
|
26838
|
+
"kind": "Content",
|
|
26839
|
+
"text": ";"
|
|
26840
|
+
}
|
|
26841
|
+
],
|
|
26842
|
+
"isOptional": false,
|
|
26843
|
+
"returnTypeTokenRange": {
|
|
26844
|
+
"startIndex": 1,
|
|
26845
|
+
"endIndex": 5
|
|
26846
|
+
},
|
|
26847
|
+
"releaseTag": "Public",
|
|
26848
|
+
"overloadIndex": 1,
|
|
26849
|
+
"parameters": [],
|
|
26850
|
+
"name": "dirtyIterator"
|
|
26851
|
+
},
|
|
26852
|
+
{
|
|
26853
|
+
"kind": "MethodSignature",
|
|
26854
|
+
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#iterator:member(1)",
|
|
26855
|
+
"docComment": "/**\n * Get the iterator to every entity has the component\n *\n * @public\n */\n",
|
|
26856
|
+
"excerptTokens": [
|
|
26857
|
+
{
|
|
26858
|
+
"kind": "Content",
|
|
26859
|
+
"text": "iterator(): "
|
|
26860
|
+
},
|
|
26861
|
+
{
|
|
26862
|
+
"kind": "Reference",
|
|
26863
|
+
"text": "Iterable",
|
|
26864
|
+
"canonicalReference": "!Iterable:interface"
|
|
26865
|
+
},
|
|
26866
|
+
{
|
|
26867
|
+
"kind": "Content",
|
|
26868
|
+
"text": "<["
|
|
26869
|
+
},
|
|
26870
|
+
{
|
|
26871
|
+
"kind": "Reference",
|
|
26872
|
+
"text": "Entity",
|
|
26873
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26874
|
+
},
|
|
26875
|
+
{
|
|
26876
|
+
"kind": "Content",
|
|
26877
|
+
"text": ", any]>"
|
|
26878
|
+
},
|
|
26879
|
+
{
|
|
26880
|
+
"kind": "Content",
|
|
26881
|
+
"text": ";"
|
|
26882
|
+
}
|
|
26883
|
+
],
|
|
26884
|
+
"isOptional": false,
|
|
26885
|
+
"returnTypeTokenRange": {
|
|
26886
|
+
"startIndex": 1,
|
|
26887
|
+
"endIndex": 5
|
|
26888
|
+
},
|
|
26889
|
+
"releaseTag": "Public",
|
|
26890
|
+
"overloadIndex": 1,
|
|
26891
|
+
"parameters": [],
|
|
26892
|
+
"name": "iterator"
|
|
26893
|
+
}
|
|
26894
|
+
],
|
|
26895
|
+
"extendsTokenRanges": [
|
|
26896
|
+
{
|
|
26897
|
+
"startIndex": 1,
|
|
26898
|
+
"endIndex": 3
|
|
26899
|
+
}
|
|
26900
|
+
]
|
|
26901
|
+
},
|
|
25953
26902
|
{
|
|
25954
26903
|
"kind": "Interface",
|
|
25955
26904
|
"canonicalReference": "@dcl/playground-assets!ISchema:interface",
|
|
@@ -90885,6 +91834,54 @@
|
|
|
90885
91834
|
"endIndex": 2
|
|
90886
91835
|
}
|
|
90887
91836
|
},
|
|
91837
|
+
{
|
|
91838
|
+
"kind": "TypeAlias",
|
|
91839
|
+
"canonicalReference": "@dcl/playground-assets!ValidateCallback:type",
|
|
91840
|
+
"docComment": "",
|
|
91841
|
+
"excerptTokens": [
|
|
91842
|
+
{
|
|
91843
|
+
"kind": "Content",
|
|
91844
|
+
"text": "export type ValidateCallback<T> = "
|
|
91845
|
+
},
|
|
91846
|
+
{
|
|
91847
|
+
"kind": "Content",
|
|
91848
|
+
"text": "(value: {\n entity: "
|
|
91849
|
+
},
|
|
91850
|
+
{
|
|
91851
|
+
"kind": "Reference",
|
|
91852
|
+
"text": "Entity",
|
|
91853
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
91854
|
+
},
|
|
91855
|
+
{
|
|
91856
|
+
"kind": "Content",
|
|
91857
|
+
"text": ";\n currentValue: T | undefined;\n newValue: T | undefined;\n senderAddress: string;\n createdBy: string;\n}) => boolean"
|
|
91858
|
+
},
|
|
91859
|
+
{
|
|
91860
|
+
"kind": "Content",
|
|
91861
|
+
"text": ";"
|
|
91862
|
+
}
|
|
91863
|
+
],
|
|
91864
|
+
"fileUrlPath": "../ecs/dist/engine/component.d.ts",
|
|
91865
|
+
"releaseTag": "Public",
|
|
91866
|
+
"name": "ValidateCallback",
|
|
91867
|
+
"typeParameters": [
|
|
91868
|
+
{
|
|
91869
|
+
"typeParameterName": "T",
|
|
91870
|
+
"constraintTokenRange": {
|
|
91871
|
+
"startIndex": 0,
|
|
91872
|
+
"endIndex": 0
|
|
91873
|
+
},
|
|
91874
|
+
"defaultTypeTokenRange": {
|
|
91875
|
+
"startIndex": 0,
|
|
91876
|
+
"endIndex": 0
|
|
91877
|
+
}
|
|
91878
|
+
}
|
|
91879
|
+
],
|
|
91880
|
+
"typeTokenRange": {
|
|
91881
|
+
"startIndex": 1,
|
|
91882
|
+
"endIndex": 4
|
|
91883
|
+
}
|
|
91884
|
+
},
|
|
90888
91885
|
{
|
|
90889
91886
|
"kind": "TypeAlias",
|
|
90890
91887
|
"canonicalReference": "@dcl/playground-assets!ValueSetOptions:type",
|