Member Junction
    Preparing search index...

    Properties panel for editing AI Agent step and path configurations. Shows context-aware sections based on the selected step type.

    Index

    Constructors

    Properties

    Actions: { IconClass?: string | null; ID: string; Name: string }[] = []
    Agents: {
        IconClass?: string | null;
        ID: string;
        LogoURL?: string | null;
        Name: string;
    }[] = []
    AllSteps: MJAIAgentStepEntity[] = []
    CloseRequested: EventEmitter<void> = ...
    collapsedSections: Record<string, boolean> = {}
    DeletePathRequested: EventEmitter<MJAIAgentStepPathEntity> = ...
    DeleteStepRequested: EventEmitter<MJAIAgentStepEntity> = ...
    PathChanged: EventEmitter<MJAIAgentStepPathEntity> = ...
    PathEntity: MJAIAgentStepPathEntity | null = null
    Prompts: { ID: string; Name: string }[] = []
    ReadOnly: boolean = false
    SelectedConnection: FlowConnection | null = null
    Step: MJAIAgentStepEntity | null = null
    StepChanged: EventEmitter<MJAIAgentStepEntity> = ...

    Accessors

    Methods