Skip to main content
Version: Next

gridPropDefs

Home > @backstage/canon > gridPropDefs

Signature:

gridPropDefs: {
columns: {
type: "enum | string";
className: string;
customProperties: "--columns"[];
values: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "auto"];
responsive: true;
default: string;
};
}
Feedback