Uses of Class
fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
Packages that use JavaScriptBuilderElementBuilder
-
Uses of JavaScriptBuilderElementBuilder in fiftyone.pipeline.javascriptbuilder.flowelements
Methods in fiftyone.pipeline.javascriptbuilder.flowelements that return JavaScriptBuilderElementBuilderModifier and TypeMethodDescriptionJavaScriptBuilderElementBuilder.setContextRoot(String contextRoot) Set the evidence value for the context rootJavaScriptBuilderElementBuilder.setEnableCookies(boolean enableCookies) Set whether the client JavaScript stores results of client side processing in cookies.JavaScriptBuilderElementBuilder.setEndpoint(String endpoint) Set the endpoint which will be queried on the host.Set the host that the client JavaScript should query for updates.JavaScriptBuilderElementBuilder.setObjectName(String objName) The default name of the object instantiated by the client JavaScript.JavaScriptBuilderElementBuilder.setProtocol(String protocol) The protocol that the client JavaScript will use when querying for updates.