@lcap/nasl-unified-frontend-generator > StateConsumer
StateConsumer interface
Signature:
interface StateConsumer<S extends StateIR>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
getValue | () => S | ||
update | (old: S) => S |
@lcap/nasl-unified-frontend-generator > StateConsumer
Signature:
interface StateConsumer<S extends StateIR>
Property | Modifiers | Type | Description |
---|---|---|---|
getValue | () => S | ||
update | (old: S) => S |