Isometric Drawing Toolkit
    Preparing search index...

    Type Alias OrthographicViewsProps

    type OrthographicViewsProps = {
        isSplittable?: boolean;
    }
    Index

    Properties

    Properties

    isSplittable?: boolean

    Whether the orthographic views are split to three different SVGs if the store specifies a split. This is useful for display as the split variant does not layout its images. Defaults to false.