Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RenderSlotCall

interface RenderSlotCall extends CallExpression {
arguments: [string, string | ExpressionNode] | [string, string | ExpressionNode, PropsExpression] |
[
string,
string | ExpressionNode,
]
;
callee: RENDER_SLOT;
}

§Extends

§Properties

§
arguments: [string, string | ExpressionNode] | [string, string | ExpressionNode, PropsExpression] |
[
string,
string | ExpressionNode,
]
[src]
§
callee: RENDER_SLOT
[src]