Preparing search index...
The search index is not available
FiftyOne TypeScript API
FiftyOne TypeScript API
@fiftyone/operators
types
PromptView
Class PromptView
Operator class for rendering a prompt.
Hierarchy
View
PromptView
Index
Constructors
constructor
Properties
cancel
Button
Label
caption?
components
Props?
description?
label
name?
options
space?
submit
Button
Label
Methods
fromJSON
Constructors
constructor
new
Prompt
View
(
label
:
string
, submitButtonLabel
:
string
, cancelButtonLabel
:
string
)
:
PromptView
Parameters
label:
string
submitButtonLabel:
string
cancelButtonLabel:
string
Returns
PromptView
Properties
cancel
Button
Label
cancel
Button
Label
:
string
Optional
caption
caption
?:
string
Optional
components
Props
components
Props
?:
unknown
Optional
description
description
?:
string
label
label
:
string
Optional
name
name
?:
string
options
options
:
ViewProps
= {}
Optional
space
space
?:
number
submit
Button
Label
submit
Button
Label
:
string
Methods
Static
fromJSON
fromJSON
(
json
:
any
)
:
PromptView
Parameters
json:
any
Returns
PromptView
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Fifty
One
Type
Script API
@fiftyone/aggregations
aggregations
@fiftyone/operators
types
@fiftyone/plugins
@fiftyone/relay
@fiftyone/spaces
@fiftyone/state
State
constants
@fiftyone/utilities
constants
styles
Prompt
View
constructor
cancel
Button
Label
caption?
components
Props?
description?
label
name?
options
space?
submit
Button
Label
fromJSON
Generated using
TypeDoc
Operator class for rendering a prompt.