{
  "api": {
    "name": "BottomSheetPlugin",
    "slug": "bottomsheetplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "showActions",
        "signature": "(data: { options: ActionSheetOption[]; }) => any",
        "parameters": [
          {
            "name": "data",
            "docs": "",
            "type": "{ options: {}; }"
          }
        ],
        "returns": "any",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "ActionSheetOption"
        ],
        "slug": "showactions"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "ActionSheetOption",
      "slug": "actionsheetoption",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "title",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "icon",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string | undefined"
        }
      ]
    }
  ],
  "enums": []
}