Documentation
    Preparing search index...

    Type Alias TwingBlockFunctionNodeChildren

    type TwingBlockFunctionNodeChildren = {
        name: TwingBaseNode;
        template?: TwingBaseNode;
    }
    Index

    Properties

    Properties

    template?: TwingBaseNode