Skip to content

BasesFunctionArg

Unofficial

Bases function argument.

Import:

import type { BasesFunctionArg } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface BasesFunctionArg

Properties

Property Type Description
includeCustomTypes? boolean Whether to include custom types.
name string The name of the argument.
optional? boolean Whether the argument is optional.
type string[] The types of the argument.
variadic? boolean Whether the argument is variadic.

Links to this page: