generate references (#7882)
This commit is contained in:
@@ -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"/>
|
||||
@@ -0,0 +1,5 @@
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
# parse
|
||||
|
||||
Parse entity to get its underlying information
|
||||
Reference in New Issue
Block a user