Winter Cardinal UI - v0.442.0 / EShapeCapabilities
• new EShapeCapabilities(): EShapeCapabilities
▪ Static
mappings: Record
<number
, undefined
| number
> = {}
src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:11
▸ contains(shape
, target
): boolean
Name | Type |
---|---|
shape |
undefined | null | EShape |
target |
number |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:21
▸ get(type
): number
Name | Type |
---|---|
type |
number |
number
src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:13
▸ set(type
, capability
): void
Name | Type |
---|---|
type |
number |
capability |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:35