ComponentGridFrame: {
    blendMode: BlendMode;
    dataSourceVariableId?: Id | null;
    fitMode: ComponentFitEnum;
    id: Id;
    name: string;
    opacity: number;
    src?: ComponentSource | null;
    type: componentGrid;
    variableMappings: GridVariableMapping;
}

Type declaration