Helpful
    Preparing search index...

    Represents a builder for metadata.

    Index

    Constructors

    Properties

    boolean: (...args: []) => ZMetadataBuilder = ...

    Sets the type as a boolean.

    Type Declaration

    custom: (...args: []) => ZMetadataBuilder = ...

    Sets the type as custom.

    Type Declaration

    date: (...args: []) => ZMetadataBuilder = ...

    Sets the type as date.

    Type Declaration

    file: (...args: []) => ZMetadataBuilder = ...

    Sets the type as file.

    Type Declaration

    icon: (...args: []) => ZMetadataBuilder = ...

    Sets the type as an icon.

    Type Declaration

    image: (...args: []) => ZMetadataBuilder = ...

    Sets the type as an image.

    Type Declaration

    number: (...args: []) => ZMetadataBuilder = ...

    Sets the type as a number.

    Type Declaration

    text: (...args: []) => ZMetadataBuilder = ...

    Sets the type as text.

    Type Declaration

    Methods