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