Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markdoc/markdoc
/ transform
Method
transform
src/types.ts:46–46 ·
view source on GitHub ↗
(value: any, config: Config)
Source
from the content-addressed store, hash-verified
44
45
export
interface
CustomAttributeTypeInterface {
46
transform?(value: any, config: Config): Scalar;
47
validate?(value: any, config: Config, name: string): ValidationError[];
48
}
49
Callers
9
transform
Function · 0.65
attributes
Function · 0.65
node
Function · 0.65
resolve
Method · 0.65
transform
Function · 0.65
node.test.ts
File · 0.65
transform
Function · 0.65
render
Function · 0.65
run
Function · 0.65
Implementers
3
ConditionalAttributeType
src/schema-types/conditional.ts
Class
src/schema-types/class.ts
Id
src/schema-types/id.ts
Calls
no outgoing calls
Tested by
1
transform
Function · 0.52