@cpod/sdk - v0.2.7
Preparing search index...
RuntimePromptVariable
Interface RuntimePromptVariable
Prompts types for App Runtime
interface
RuntimePromptVariable
{
name
:
string
;
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"array"
;
required
:
boolean
;
default
?:
unknown
;
description
?:
string
;
}
Index
Properties
name
type
required
default?
description?
Properties
name
name
:
string
type
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"array"
required
required
:
boolean
Optional
default
default
?:
unknown
Optional
description
description
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
required
default
description
@cpod/sdk - v0.2.7
Loading...
Prompts types for App Runtime