Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Interface PikeFunctionArgument

    Function type with argument information for snippets Matches the structure returned by Pike's _typeof() introspection

    interface PikeFunctionArgument {
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    Argument name

    type: string

    Argument type