@adobe/genstudio-uix-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

genstudio-uix-sdk

GenStudio UI Extensibility SDK

This repo is still WIP. Please use caution and reach out to GS team before using

API Documentation

Please refer to the API Documentation for more information.

Usage

npm install @adobe/genstudio-uix-sdk

Import

import { Experience, ExperienceField } from '@adobe/genstudio-uix-sdk'

const experienceFields = new Map<string, ExperienceField>([
      [
        "subject",
        {
          fieldRole: {
            name: "subject",
          },
          fieldName: "subject",
          fieldValue: "test field value",
          readonly: false,
        },
      ],
      [
        "section2_image",
        {
          fieldRole: {
            name: "image",
          },
          fieldName: "section2_image",
          fieldValue: {
            test: "1",
          },
          readonly: true,
        },
      ],
    ]);
const experience: Experience = {
    id: "230853274642",
    experienceFields: experienceFields,
};

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Readme

Keywords

Package Sidebar

Install

npm i @adobe/genstudio-uix-sdk

Weekly Downloads

90

Version

1.7.0

License

Apache-2.0

Unpacked Size

42.6 kB

Total Files

27

Last publish

Collaborators

  • marbec
  • tripod
  • garthdb
  • lazd
  • adobe-admin
  • patrickfulton
  • trieloff
  • shazron
  • krisnye
  • dcpfsdk
  • natebaldwin
  • devongovett
  • aspro83
  • symanovi
  • dpfister
  • stefan-guggisberg
  • rofe
  • kptdobe
  • adobehalls
  • fullcolorcoder
  • djaeggi
  • dylandepass
  • mhaack
  • amol-anand
  • stopp-adobe
  • doten
  • duh_schmidt
  • asthabh23
  • zdahbi
  • tuicu