Home > widget-integration > AppBlock
AppBlock type
Signature:
export type AppBlock<T = {}> = {
id: string;
document: Element;
blockType?: string;
} & T;
Home > widget-integration > AppBlock
Signature:
export type AppBlock<T = {}> = {
id: string;
document: Element;
blockType?: string;
} & T;