Winter Cardinal UI - v0.457.0 / EShapeActions
• new EShapeActions(): EShapeActions
▪ Static
SHAPE: null
| EShape
= null
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:19
▸ emit(shape
, name
): void
Name | Type |
---|---|
shape |
EShape |
name |
string |
void
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:127
▸ emit(shape
, name
, value
, time
): void
Name | Type |
---|---|
shape |
EShape |
name |
string |
value |
unknown |
time |
number |
void
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:128
▸ getDiagram(): null
| DDiagram
<DThemeDiagram
, DDiagramOptions
<DThemeDiagram
, any
>>
null
| DDiagram
<DThemeDiagram
, DDiagramOptions
<DThemeDiagram
, any
>>
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:25
▸ getShape(): null
| EShape
null
| EShape
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:21
▸ isDiagram(target
): target is DDiagram<DThemeDiagram, DDiagramOptions<DThemeDiagram, any>>
Name | Type |
---|---|
target |
unknown |
target is DDiagram<DThemeDiagram, DDiagramOptions<DThemeDiagram, any>>
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:29
▸ isEmbedded(target
): target is EShapeEmbedded
Name | Type |
---|---|
target |
unknown |
target is EShapeEmbedded
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:33
▸ open(shape
, type
, target
, inNewWindow
, environment
): void
Name | Type |
---|---|
shape |
EShape |
type |
number |
target |
unknown |
inNewWindow |
boolean |
environment |
EShapeActionEnvironment |
void
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:48
▸ toDiagram(shape?
): null
| DDiagram
<DThemeDiagram
, DDiagramOptions
<DThemeDiagram
, any
>>
Name | Type |
---|---|
shape? |
null | EShape |
null
| DDiagram
<DThemeDiagram
, DDiagramOptions
<DThemeDiagram
, any
>>
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:37
▸ writeLocal(shape
, id
, value
, time
, state?
): boolean
Name | Type | Default value |
---|---|---|
shape |
EShape |
undefined |
id |
string |
undefined |
value |
unknown |
undefined |
time |
number |
undefined |
state |
number |
EShapeDataValueState.FOUND |
boolean
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:85
▸ writeRemote(shape
, id
, value
): boolean
Name | Type |
---|---|
shape |
EShape |
id |
string |
value |
unknown |
boolean
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:119