Winter Cardinal UI - v0.457.0 / EShapeActionExpressions
EShape action expression utility class.
• new EShapeActionExpressions(): EShapeActionExpressions
▸ EMPTY(): string
string
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:17
▸ FALSE(): boolean
boolean
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:19
▸ NULL(): null
null
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:13
▸ ONE(): number
number
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:15
▸ ONE_HUNDRED(): number
number
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:16
▸ TRUE(): boolean
boolean
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:18
▸ ZERO(): number
number
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:14
▸ from<T, DEF>(expression, caster, def, defLiteral, nullable): DEF | EShapeActionExpression<T>
| Name |
|---|
T |
DEF |
| Name | Type |
|---|---|
expression |
string |
caster |
string |
def |
DEF |
defLiteral |
string |
nullable |
boolean |
DEF | EShapeActionExpression<T>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:21
▸ from<T, P, DEF>(expression, caster, def, defLiteral, nullable, parameter): DEF | EShapeActionExpressionWithParameter<T, P>
| Name |
|---|
T |
P |
DEF |
| Name | Type |
|---|---|
expression |
string |
caster |
string |
def |
DEF |
defLiteral |
string |
nullable |
boolean |
parameter |
string |
DEF | EShapeActionExpressionWithParameter<T, P>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:28
▸ ofBoolean(expression): EShapeActionExpression<boolean>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<boolean>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:115
▸ ofBooleanOrFalse(expression): EShapeActionExpression<boolean>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<boolean>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:123
▸ ofBooleanOrTrue(expression): EShapeActionExpression<boolean>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<boolean>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:119
▸ ofElementOrNull<ELEMENT>(expression): undefined | EShapeActionExpressionWithParameter<null | ELEMENT, HTMLElement>
| Name | Type |
|---|---|
ELEMENT |
extends HTMLElement |
| Name | Type |
|---|---|
expression |
string |
undefined | EShapeActionExpressionWithParameter<null | ELEMENT, HTMLElement>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:127
▸ ofNumber(expression): EShapeActionExpression<number>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<number>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:99
▸ ofNumberOrNull(expression): EShapeActionExpression<null | number>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<null | number>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:87
▸ ofNumberOrOne(expression): EShapeActionExpression<number>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<number>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:103
▸ ofNumberOrOneHundred(expression): EShapeActionExpression<number>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<number>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:107
▸ ofString(expression): EShapeActionExpression<string>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<string>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:111
▸ ofStringOrNull(expression): EShapeActionExpression<null | string>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<null | string>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:91
▸ ofUnknown(expression): EShapeActionExpression<unknown>
| Name | Type |
|---|---|
expression |
string |
EShapeActionExpression<unknown>
src/main/typescript/wcardinal/ui/shape/action/e-shape-action-expressions.ts:95