INNER CODE UNIT · JavaScript

RemoteCatalogsPage

MAIF/otoroshi · otoroshi/javascript/src/extensions/catalogs/index.js:267

    class RemoteCatalogsPage extends Component {
      formSchema = {
        _loc: {
          type: 'location',
          props: {},
        },
        id: {
          type: 'string',
          disabled: true,
          props: { label: 'Id', placeholder: '---' },
        },
        name: {
          type: 'string',
          props: { label: 'Name', placeholder: 'My Remote Catalog' },
        },
        description: {
          type: 'string',
          props: { label: 'Description', placeholder: 'Description of the catalog' },

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…