- Preparing search index...
- The search index is not available
obiz
Class ComponentCustomScripting
Methods
getAll
- getAll(): ComponentInstance[]
-
Returns ComponentInstance[]
getByName
- getByName(objectName: string, viewName: string): ComponentInstance[]
-
Parameters
-
objectName: string
-
viewName: string
Returns ComponentInstance[]
reload
- reload(objectName: string, viewName: string): void
-
Parameters
-
objectName: string
-
viewName: string
Returns void
This class represents the API for custom scripting related to components. You can access all the methods by using the namespace
CSL.component
.