Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
CategoryRemoveAssetAction
Interface CategoryRemoveAssetAction
interface
CategoryRemoveAssetAction
{
action
:
"removeAsset"
;
assetId
?:
string
;
assetKey
?:
string
;
}
Index
Properties
action
asset
Id?
asset
Key?
Properties
Readonly
action
action
:
"removeAsset"
Optional
Readonly
asset
Id
asset
Id
?:
string
Value to remove. Either
assetId
or
assetKey
is required.
Optional
Readonly
asset
Key
asset
Key
?:
string
Value to remove. Either
assetId
or
assetKey
is required.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
action
asset
Id
asset
Key
Typescript SDK Type Docs
Loading...
Value to remove. Either
assetId
orassetKey
is required.