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

    Interface ContextConfig

    Configuration for a Context.

    2.0.0

    interface ContextConfig {
        ASPECT_RATIO?: AspectRatio;
        MATCH_CONTAINER_RATIO?: boolean;
        NAME: string;
        RENDER_TYPE?: RenderType;
        RESOLUTION?: number;
    }
    Index

    Properties

    ASPECT_RATIO?: AspectRatio

    The AspectRatio of the context.

    2.0.0

    MATCH_CONTAINER_RATIO?: boolean

    Should the aspect ratio of the context match the aspect ratio of its container?

    2.0.0

    NAME: string

    The name of the context.

    2.0.0

    RENDER_TYPE?: RenderType

    The RenderType of the context.

    2.0.0

    RESOLUTION?: number

    The resolution of the context.

    2.0.0