- Preparing search index...
- The search index is not available
DatapackJs
Type declaration
-
add: ((name: string, value: any) => ThisType<Block>)
-
modify: ((name: string, by: any) => ThisType<Block>)
-
remove: ((name: string) => ThisType<Block>)
-
render: (() => string)
-
- (): string
-
Returns string
-
-
set: ((datas: { name: string; value: any }[]) => ThisType<Block>)
-
- (datas: { name: string; value: any }[]): ThisType<Block>
-
Parameters
-
datas: { name: string; value: any }[]