generate references (#7882)

This commit is contained in:
Shahed Nasser
2024-07-01 16:02:36 +03:00
committed by GitHub
parent b9036eca1a
commit dd864da4e0
2424 changed files with 106679 additions and 116201 deletions

View File

@@ -0,0 +1,11 @@
import { TypeList } from "docs-ui"
# isDmlEntity
A static method to check if an entity is an instance of DmlEntity.
It allows us to identify a specific object as being an instance of
DmlEntity.
## Parameters
<TypeList types={[{"name":"entity","type":"`unknown`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="isDmlEntity"/>

View File

@@ -0,0 +1,5 @@
import { TypeList } from "docs-ui"
# parse
Parse entity to get its underlying information