Name

kOfxParamPropInteractV1 — Overrides the parameter's standard user interface with the given interact.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropInteractV1 "OfxParamPropInteractV1"

Type

kOfxParamPropInteractV1 is of type pointer , and has only a single dimension.

Property Set

This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read only).

Default

The default value is NULL.

Valid Values

must point to a OfxPluginEntryPoint

Description

Overrides the parameter's standard user interface with the given interact.

If set, the parameter's normal interface is replaced completely by the interact gui.