Home > @uniformdev/context > SetQuirkCommand
SetQuirkCommand type
Sets a permanent quirk key and value for the visitor
Signature:
type SetQuirkCommand = StorageCommand<'setquirk', {
key: string;
value: string;
}>;
References: StorageCommand
Home > @uniformdev/context > SetQuirkCommand
Sets a permanent quirk key and value for the visitor
Signature:
type SetQuirkCommand = StorageCommand<'setquirk', {
key: string;
value: string;
}>;
References: StorageCommand