Frodo Library - v4.0.0-35
    Preparing search index...

    Type Alias HelpUtils

    type HelpUtils = {
        getHelpMetadata(): MethodHelpDoc[];
        getHelpMetadataByMethod(methodName: string): MethodHelpDoc[];
    }
    Index

    Methods

    • Get generated help metadata entries by method name.

      Parameters

      • methodName: string

        method name

      Returns MethodHelpDoc[]

      matching help metadata entries