You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > AppBlock
AppBlock type
Signature:
export type AppBlock<T = {}> = {
id: string;
document: Element;
blockType?: string;
} & T;
You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > AppBlock
Signature:
export type AppBlock<T = {}> = {
id: string;
document: Element;
blockType?: string;
} & T;