voeDefinitionChangedNotification - Editor->Host

interface DefinitionChangedNotification {
    sessionId: string;
    timeStamp: string;
    unitDefinition?: string;
    unitDefinitionType?: string;
    variables?: MainSchema.VariableInfo[];
    dependenciesToPlay?: MainSchema.Dependency[];
    dependenciesToEdit?: MainSchema.Dependency[];
    sharedParameters?: MainSchema.SharedParameter[];
}

Hierarchy (view full)

Properties

sessionId: string
timeStamp: string
unitDefinition?: string
unitDefinitionType?: string
variables?: MainSchema.VariableInfo[]
dependenciesToPlay?: MainSchema.Dependency[]
dependenciesToEdit?: MainSchema.Dependency[]
sharedParameters?: MainSchema.SharedParameter[]