@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
CatalogOperation
Interface CatalogOperation
Static operation metadata emitted by a provider catalog.
interface
CatalogOperation
{
id
:
string
;
method
:
string
;
title
?:
string
;
description
?:
string
;
parameters
?:
CatalogParameter
[]
;
inputSchema
?:
CatalogSchema
;
outputSchema
?:
CatalogSchema
;
tags
?:
string
[]
;
readOnly
?:
boolean
;
visible
?:
boolean
;
allowedRoles
?:
string
[]
;
}
Index
Properties
id
method
title?
description?
parameters?
input
Schema?
output
Schema?
tags?
read
Only?
visible?
allowed
Roles?
Properties
id
id
:
string
method
method
:
string
Optional
title
title
?:
string
Optional
description
description
?:
string
Optional
parameters
parameters
?:
CatalogParameter
[]
Optional
input
Schema
inputSchema
?:
CatalogSchema
Optional
output
Schema
outputSchema
?:
CatalogSchema
Optional
tags
tags
?:
string
[]
Optional
read
Only
readOnly
?:
boolean
Optional
visible
visible
?:
boolean
Optional
allowed
Roles
allowedRoles
?:
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
method
title
description
parameters
input
Schema
output
Schema
tags
read
Only
visible
allowed
Roles
@valon-technologies/gestalt
Loading...
Static operation metadata emitted by a provider catalog.