Winter Cardinal UI - v0.442.0 / EShapeCapabilities

Class: EShapeCapabilities

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EShapeCapabilities(): EShapeCapabilities

Returns

EShapeCapabilities

Properties

mappings

Static mappings: Record<number, undefined | number> = {}

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:11

Methods

contains

contains(shape, target): boolean

Parameters

Name Type
shape undefined | null | EShape
target number

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:21


get

get(type): number

Parameters

Name Type
type number

Returns

number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:13


set

set(type, capability): void

Parameters

Name Type
type number
capability number

Returns

void

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capabilities.ts:35