8 lines
377 B
JavaScript
8 lines
377 B
JavaScript
module.exports = {
|
|
dataviewlayoutoptions: {
|
|
name: "DataViewLayoutOptions",
|
|
description: "When both layout modes are enabled in DataView, a UI element would be necessary to let the user toggle between the view. DataViewLayoutOptions is a helper component to display a buttonset to choose the layout mode in DataView.",
|
|
"doc-url": "dataview"
|
|
}
|
|
};
|