Skip to content

BasesFunctionArg

Unofficial

Bases function argument.

Import:

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

Signature:

export interface BasesFunctionArg

Properties

PropertyTypeDescription
includeCustomTypes?booleanWhether to include custom types.
namestringThe name of the argument.
optional?booleanWhether the argument is optional.
typestring[]The types of the argument.
variadic?booleanWhether the argument is variadic.

Links to this page: