{
  "name": "skeleton",
  "version": "20.0.2",
  "jetVersion": "^20.0.2",
  "pack": "oj-c",
  "type": "composite",
  "dependencyScope": "runtime",
  "license": "https://opensource.org/licenses/UPL",
  "implements": [
    "CSkeletonElement"
  ],
  "description": "The skeleton component allows the appropriate skeleton to be rendered based on the property values",
  "displayName": "Skeleton",
  "extension": {
    "catalog": {
      "category": "Collections"
    },
    "vbdt": {
      "module": "oj-c/skeleton"
    },
    "webelement": {
      "package": "@oracle/oraclejet-core-pack",
      "version": "20.0.2",
      "docUrl": "https://www.oracle.com/webfolder/technetwork/jet/cpwdtsdoc/classes/SkeletonWebElement.html",
      "export": "findSkeleton",
      "main": "@oracle/oraclejet-core-pack/webdriver"
    }
  },
  "help": "oj-c.Skeleton.html",
  "since": "18.0.0",
  "status": [
    {
      "type": "production",
      "since": "19.0.0"
    }
  ],
  "main": "oj-c/skeleton",
  "properties": {
    "height": {
      "type": "number|string",
      "description": "Specifies the height of the skeleton",
      "help": "#height"
    },
    "width": {
      "type": "number|string",
      "description": "Specifies the width of the skeleton",
      "help": "#width"
    },
    "borderRadius": {
      "type": "number|string",
      "description": "Specifies the border radius of the skeleton",
      "help": "#BorderRadiusProps"
    }
  },
  "methods": {
    "setProperty": {
      "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
      "help": "#setProperty",
      "params": [
        {
          "name": "property",
          "description": "The property name to set. Supports dot notation for subproperty access.",
          "type": "string"
        },
        {
          "name": "value",
          "description": "The new value to set the property to.",
          "type": "any"
        }
      ],
      "return": "void"
    },
    "getProperty": {
      "description": "Retrieves the value of a property or a subproperty.",
      "help": "#getProperty",
      "params": [
        {
          "name": "property",
          "description": "The property name to get. Supports dot notation for subproperty access.",
          "type": "string"
        }
      ],
      "return": "any"
    },
    "setProperties": {
      "description": "Performs a batch set of properties.",
      "help": "#setProperties",
      "params": [
        {
          "name": "properties",
          "description": "An object containing the property and value pairs to set.",
          "type": "object"
        }
      ],
      "return": "void"
    }
  }
}