Winter Cardinal UI - v0.442.0 / EShapeActions
• new EShapeActions(): EShapeActions
▸ emit(shape
, name
): void
Name | Type |
---|---|
shape |
EShape |
name |
string |
void
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:116
▸ 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:117
▸ 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:18
▸ isEmbedded(target
): target is EShapeEmbedded
Name | Type |
---|---|
target |
unknown |
target is EShapeEmbedded
src/main/typescript/wcardinal/ui/shape/action/e-shape-actions.ts:22
▸ 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:37
▸ 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:26
▸ 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:74
▸ 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:108