Skip to main content

AiInsertPosition

@lowcode/shared-types


Type Alias: AiInsertPosition

AiInsertPosition = "auto" | "start" | "end" | { afterComponentId?: string; beforeComponentId?: string; }

Defined in: ai.ts:390

Type Declaration

"auto"

"start"

"end"

{ afterComponentId?: string; beforeComponentId?: string; }

afterComponentId?

optional afterComponentId: string

Вставить после указанного компонента.

beforeComponentId?

optional beforeComponentId: string

Вставить перед указанным компонентом.