{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "special_access_rules", "wsdl_segment" ], "title": "LightningComponentResource - Tooling API", "description": "Represents a Lightning web component resource, such as HTML markup, JavaScript code, a CSS file, an SVG resource, or an XML configuration file. Available in API version 45.0 and later.", "supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`", "supported_rest_api_http_methods": "`Query`, `GET`, `POST`, `PATCH`, `DELETE`", "fields_columns": [ "type", "properties", "description" ], "fields": { "FilePath": { "type": "string", "properties": "Create, Filter, Group, Sort, Update", "description": "The path to the resource." }, "Format": { "type": "picklist", "properties": "Create, Filter, Group, Restricted picklist, Sort, Update", "description": "The format of the resource. The possible values are: css html js json svg xml" }, "LightningComponentBundleId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "The ID of the bundle containing the resource." }, "ManageableState": { "type": "ManageableState enumerated list", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "Indicates the manageable state of the specified component that is contained in a package: beta deleted deprecated deprecatedEditable installed installedEditable released unmanaged" }, "Source": { "type": "textarea", "properties": "Create, Update", "description": "The contents of the definition. This is all the markup or code for the definition." } }, "special_access_rules": "As of Summer ’20 and later, only your Salesforce org's internal users can access this object.", "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }