Preparing search index...
The search index is not available
FiftyOne TypeScript API
FiftyOne TypeScript API
@fiftyone/operators
Operator
Class Operator
Hierarchy
Operator
Index
Constructors
constructor
Properties
_built
In
_config
is
Remote
plugin
Name
Accessors
config
label
name
unlisted
uri
Methods
execute
needs
Output
needs
Output
Resolution
needs
Resolution
needs
User
Input
resolve
Input
resolve
Output
resolve
Placement
use
Hooks
fromJSON
from
RemoteJSON
Constructors
constructor
new
Operator
(
pluginName
:
string
, _builtIn
?:
boolean
, _config
?:
OperatorConfig
)
:
Operator
Parameters
pluginName:
string
_builtIn:
boolean
= false
_config:
OperatorConfig
= null
Returns
Operator
Properties
_built
In
_built
In
:
boolean
= false
_config
_config
:
OperatorConfig
= null
is
Remote
is
Remote
:
boolean
= false
plugin
Name
plugin
Name
:
string
Accessors
config
get
config
(
)
:
OperatorConfig
Returns
OperatorConfig
label
get
label
(
)
:
string
Returns
string
name
get
name
(
)
:
string
Returns
string
unlisted
get
unlisted
(
)
:
boolean
Returns
boolean
uri
get
uri
(
)
:
string
Returns
string
Methods
execute
execute
(
ctx
:
ExecutionContext
)
:
Promise
<
void
>
Parameters
ctx:
ExecutionContext
Returns
Promise
<
void
>
needs
Output
needs
Output
(
ctx
:
ExecutionContext
, result
:
OperatorResult
)
:
Promise
<
boolean
>
Parameters
ctx:
ExecutionContext
result:
OperatorResult
Returns
Promise
<
boolean
>
needs
Output
Resolution
needs
Output
Resolution
(
)
:
boolean
Returns
boolean
needs
Resolution
needs
Resolution
(
)
:
boolean
Returns
boolean
needs
User
Input
needs
User
Input
(
ctx
:
ExecutionContext
)
:
Promise
<
boolean
>
Parameters
ctx:
ExecutionContext
Returns
Promise
<
boolean
>
resolve
Input
resolve
Input
(
ctx
:
ExecutionContext
)
:
Promise
<
Property
>
Parameters
ctx:
ExecutionContext
Returns
Promise
<
Property
>
resolve
Output
resolve
Output
(
ctx
:
ExecutionContext
, result
:
OperatorResult
)
:
Promise
<
Property
>
Parameters
ctx:
ExecutionContext
result:
OperatorResult
Returns
Promise
<
Property
>
resolve
Placement
resolve
Placement
(
)
:
Promise
<
void
|
Placement
>
Returns
Promise
<
void
|
Placement
>
use
Hooks
use
Hooks
(
)
:
object
Returns
object
Static
fromJSON
fromJSON
(
json
:
{
_builtin
:
boolean
;
config
:
object
;
plugin_name
:
string
;
}
)
:
Operator
Parameters
json:
{
_builtin
:
boolean
;
config
:
object
;
plugin_name
:
string
;
}
_builtin
:
boolean
config
:
object
plugin_
name
:
string
Returns
Operator
Static
from
RemoteJSON
from
RemoteJSON
(
json
:
object
)
:
Operator
Parameters
json:
object
Returns
Operator
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
Operator
constructor
_built
In
_config
is
Remote
plugin
Name
config
label
name
unlisted
uri
execute
needs
Output
needs
Output
Resolution
needs
Resolution
needs
User
Input
resolve
Input
resolve
Output
resolve
Placement
use
Hooks
fromJSON
from
RemoteJSON
Generated using
TypeDoc