mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-06-10 11:09:41 +02:00
🐛 signal.set(value, force)
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ export interface Signal<V, A> {
|
|||||||
/** The current value of the signal */
|
/** The current value of the signal */
|
||||||
get(): V;
|
get(): V;
|
||||||
/** Set new value of the signal */
|
/** Set new value of the signal */
|
||||||
set(value: V): V;
|
set(value: V, force?: boolean): V;
|
||||||
toJSON(): V;
|
toJSON(): V;
|
||||||
valueOf(): V;
|
valueOf(): V;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user