Documentation - v0.27.3
    Preparing search index...

    An argument of a TL entry

    interface TlArgument {
        comment?: string;
        name: string;
        type: string;
        typeModifiers?: TlTypeModifiers;
    }
    Index

    Properties

    comment?: string

    Comment of the argument

    name: string

    Name of the argument

    type: string

    Type of the argument. Usually a name of a Union, but not always

    typeModifiers?: TlTypeModifiers

    Modifiers for type