Skip to Content

set Method

Sets a new value

@param value: T
A new form value

API

set(value: T): void;

Example

import {cookiePart} from '@bitfiber/rx'; const ckPart = cookiePart('key'); ckPart.set({value: 'value'});
Last updated on