interface PrefabCustomInteraction {
    name: string;
    ref: {
        sourceComponentId?: string;
        targetComponentId?: string;
    };
    sourceComponentId?: string;
    sourceEvent: string;
    targetOptionName?: string;
    type: Custom;
}

Hierarchy (view full)

Properties

name: string
ref: {
    sourceComponentId?: string;
    targetComponentId?: string;
}
sourceComponentId?: string
sourceEvent: string
targetOptionName?: string
type: Custom