How to use @lrnwebcomponents/oer-schema - 1 common examples

To help you get started, we’ve selected a few @lrnwebcomponents/oer-schema examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github elmsln / lrnwebcomponents / elements / oer-schema / src / oer-schema.js View on Github external
static get haxProperties() {
    import("@lrnwebcomponents/hax-iconset/hax-iconset.js");
    let oerSchema = new OERSchema();
    return {
      canScale: false,
      canPosition: false,
      canEditSource: false,
      gizmo: {
        title: "Schema",
        description: "Schematized element area",
        icon: "hax:oerschema",
        color: "blue",
        groups: ["Instructional"],
        handles: [
          {
            type: "inline",
            text: "text"
          }
        ],

@lrnwebcomponents/oer-schema

Automated conversion of oer-schema/

Apache-2.0
Latest version published 2 months ago

Package Health Score

79 / 100
Full package analysis

Popular @lrnwebcomponents/oer-schema functions