Bluestep JS Documentation
    Preparing search index...

    Interface ExistingContentSettings

    interface ExistingContentSettings {
        encoding?: string;
        height?: number;
        resizeType?: string;
        transformType?: string;
        width?: number;
    }
    Index

    Properties

    encoding?: string

    [[ExistingReaderContent.encoding]]

    height?: number

    [[ExistingContent.height]]

    resizeType?: string

    [[ExistingContent.resizeType]]

    transformType?: string

    [[ExistingContent.transformType]]

    width?: number

    [[ExistingContent.width]]