Skip to content

openrv-web / OpenRVAPIConfig

Interface: OpenRVAPIConfig

Defined in: api/OpenRVAPI.ts:35

Configuration passed to initialize the API.

Uses abstract provider interfaces so that any object implementing the required methods can be supplied — concrete UI classes (Viewer, ColorControls, CDLControl) satisfy these via structural typing.

Properties

cdlControl

cdlControl: CDLProvider

Defined in: api/OpenRVAPI.ts:39


colorControls

colorControls: ColorAdjustmentProvider

Defined in: api/OpenRVAPI.ts:38


curvesControl

curvesControl: CurvesProvider

Defined in: api/OpenRVAPI.ts:40


session

session: Session

Defined in: api/OpenRVAPI.ts:36


viewer

viewer: ViewerProvider

Defined in: api/OpenRVAPI.ts:37

Released under the MIT License.