Winter Cardinal UI - v0.442.0 / EShapeDataMapperImpl
An EShape data mapper.
• new EShapeDataMapperImpl(source?
): EShapeDataMapperImpl
Name | Type |
---|---|
source? |
null | string |
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:14
• Protected
_sources: null
| string
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:12
▪ Static
Protected
SPANS: number
[] = []
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:11
▪ Static
Protected
WILDCARD: string
= "*"
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:10
▸ map(value
, destinations
, initial
): boolean
Name | Type |
---|---|
value |
EShapeDataValue |
destinations |
null | string [] |
initial |
string |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:18
▸ newSources(source?
): null
| string
[]
Name | Type |
---|---|
source? |
null | string |
null
| string
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:80
▸ split(target?
): null
| string
[]
Name | Type |
---|---|
target? |
null | string |
null
| string
[]
src/main/typescript/wcardinal/ui/shape/e-shape-data-mapper-impl.ts:91