@batpb/genart - v2.0.0-rc.3-alpha.2
    Preparing search index...

    Interface AspectRatioConfig

    A configuration for an AspectRatio object.

    2.0.0

    interface AspectRatioConfig {
        DISCRIMINATOR: ASPECT_RATIO_CONFIG;
        HEIGHT_RATIO: number;
        NAME?: string;
        WIDTH_RATIO: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    DISCRIMINATOR: ASPECT_RATIO_CONFIG

    Discriminator value for the implementing interface.

    2.0.0

    HEIGHT_RATIO: number

    The height component of the aspect ratio.

    2.0.0

    NAME?: string

    The name of the aspect ratio.

    2.0.0

    WIDTH_RATIO: number

    The width component of the aspect ratio.

    2.0.0