Type alias: ClassFunc<ElementType> ​
Ƭ ClassFunc<ElementType
>: (element
: ElementType
) => string
| void
Deprecated
will be removed in the next major version
Type parameters ​
Name | Type |
---|---|
ElementType | extends FlowElement = FlowElement |
Type declaration ​
â–¸ (element
): string
| void
Parameters ​
Name | Type |
---|---|
element | ElementType |
Returns ​
string
| void