Winter Cardinal UI - v0.457.0 / EShapeDataSystem
▸ clear(): this
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:14
▸ contains(key): boolean
| Name | Type |
|---|---|
key |
string |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:12
▸ copy(target): this
| Name | Type |
|---|---|
target |
EShapeDataSystem |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:18
▸ deserialize(target, manager): void
| Name | Type |
|---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:21
▸ each(iteratee): this
| Name | Type |
|---|---|
iteratee |
(value: string, key: string) => boolean | void |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:17
▸ get(key): null | string
| Name | Type |
|---|---|
key |
string |
null | string
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:11
▸ remove(key): null | string
| Name | Type |
|---|---|
key |
string |
null | string
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:13
▸ serialize(manager): number
| Name | Type |
|---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:20
▸ set(key, value): this
| Name | Type |
|---|---|
key |
string |
value |
string |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:10
▸ size(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-system.ts:15