ShinyOperator: ShinyOperator

ShinyOperatorR Documentation

ShinyOperator

Description

ShinyOperator

ShinyOperator

Format

R6Class object, super class WebAppOperator.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> tercenApi::Document -> tercenApi::Operator -> tercenApi::GitOperator -> tercenApi::WebAppOperator -> ShinyOperator

Public fields

isViewOnly

of type bool inherited from super class WebAppOperator.

path

of type String inherited from super class GitOperator.

longDescription

of type String inherited from super class Operator.

description

of type String inherited from super class Document.

name

of type String inherited from super class Document.

createdBy

of type String inherited from super class Document.

tags

list of type String inherited from super class Document.

version

of type String inherited from super class Document.

authors

list of type String inherited from super class Document.

isPublic

of type bool inherited from super class Document.

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

properties

list of class Property inherited from super class Operator.

acl

object of class Acl inherited from super class Document.

createdDate

object of class Date inherited from super class Document.

lastModifiedDate

object of class Date inherited from super class Document.

urls

list of class Url inherited from super class Document.

meta

list of class Pair inherited from super class Document.

url

object of class Url inherited from super class Document.

Active bindings

isViewOnly

of type bool inherited from super class WebAppOperator.

path

of type String inherited from super class GitOperator.

longDescription

of type String inherited from super class Operator.

description

of type String inherited from super class Document.

name

of type String inherited from super class Document.

createdBy

of type String inherited from super class Document.

tags

list of type String inherited from super class Document.

version

of type String inherited from super class Document.

authors

list of type String inherited from super class Document.

isPublic

of type bool inherited from super class Document.

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

properties

list of class Property inherited from super class Operator.

acl

object of class Acl inherited from super class Document.

createdDate

object of class Date inherited from super class Document.

lastModifiedDate

object of class Date inherited from super class Document.

urls

list of class Url inherited from super class Document.

meta

list of class Pair inherited from super class Document.

url

object of class Url inherited from super class Document.

Methods

Public methods

Inherited methods

Method new()

Usage
ShinyOperator$new(json = NULL)

Method init()

Usage
ShinyOperator$init()

Method initJson()

Usage
ShinyOperator$initJson(json)

Method toTson()

Usage
ShinyOperator$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
ShinyOperator$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on June 1, 2025, 8:15 p.m.