1.8.3 • Published 4 months ago
@adobe/genstudio-uix-sdk v1.8.3
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.
1.8.3
4 months ago
1.8.2
5 months ago
1.8.1
5 months ago
1.8.0
6 months ago
1.7.1
6 months ago
1.7.0
7 months ago
1.6.8
7 months ago
1.6.7
7 months ago
1.6.6
8 months ago
1.6.5
8 months ago
1.6.4
8 months ago
1.6.3
8 months ago
1.6.2
8 months ago
1.6.1
8 months ago
1.6.0
8 months ago
1.5.0
9 months ago
1.4.1
9 months ago
1.4.0
9 months ago
1.3.1
9 months ago
1.3.0
9 months ago
1.2.0
9 months ago
1.1.1
9 months ago
1.1.0
9 months ago
1.0.6
9 months ago
1.0.5
9 months ago
1.0.4
9 months ago
1.0.3
9 months ago
1.0.2
9 months ago
1.0.1
9 months ago