Winter Cardinal UI - v0.442.0 / EShapeDataSystemImpl
• new EShapeDataSystemImpl(): EShapeDataSystemImpl
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:14
• Protected
_data: Map
<string
, string
>
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:12
▸ clear(): this
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:38
▸ contains(key
): boolean
Name | Type |
---|---|
key |
string |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:27
▸ copy(target
): this
Name | Type |
---|---|
target |
EShapeDataSystem |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:59
▸ deserialize(target
, manager
): void
Name | Type |
---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:82
▸ each(iteratee
): this
Name | Type |
---|---|
iteratee |
(value : string , key : string ) => boolean | void |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:47
▸ get(key
): null
| string
Name | Type |
---|---|
key |
string |
null
| string
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:23
▸ remove(key
): null
| string
Name | Type |
---|---|
key |
string |
null
| string
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:31
▸ serialize(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:68
▸ set(key
, value
): this
Name | Type |
---|---|
key |
string |
value |
string |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:18
▸ size(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-system-impl.ts:43