Typescript SDK Type Docs
Preparing search index...
Platform SDK
CustomerGroupSetKeyAction
Interface CustomerGroupSetKeyAction
interface
CustomerGroupSetKeyAction
{
action
:
"setKey"
;
key
?:
string
;
}
Hierarchy (
View Summary
)
ICustomerGroupUpdateAction
CustomerGroupSetKeyAction
Index
Properties
action
key?
Properties
Readonly
action
action
:
"setKey"
Optional
Readonly
key
key
?:
string
If
key
is absent or
null
, the existing key, if any, will be removed.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
key
Typescript SDK Type Docs
Loading...
If
keyis absent ornull, the existing key, if any, will be removed.