Winter Cardinal UI - v0.442.0 / EShapeCapabilityContainer

Interface: EShapeCapabilityContainer

Implemented by

Table of contents

Properties

Methods

Properties

added

added: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:4


locked

locked: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:6


removed

removed: number

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:5

Methods

add

add(target): this

Parameters

Name Type
target number

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:8


clear

clear(): this

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:12


copy

copy(target): this

Parameters

Name Type
target EShapeCapabilityContainer

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:15


lock

lock(target): this

Parameters

Name Type
target number

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:10


remove

remove(target): this

Parameters

Name Type
target number

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:9


set

set(added?, removed?, locked?): this

Parameters

Name Type
added? number
removed? number
locked? number

Returns

this

Defined in

src/main/typescript/wcardinal/ui/shape/e-shape-capability-container.ts:14


unlock

unlock(target): this

Parameters

Name Type
target number

Returns

this

Defined in

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