TronDesigner Website Integration
    Preparing search index...
    interface IMotiveObjectDto {
        colorList: IMotiveObjectColorInfoDto[];
        dimensions: IMotiveObjectDimensionsDto;
        filename?: string;
        files?: ILogoFilesDescriptionDto;
        id: string;
        logoId?: string;
        logoType?: LogoTypesType;
        name?: string;
        position: IMotivePositionDto;
        properties?: ILogoPropertyDto[];
        text?: ITextOptionsDto;
        textData?: ITextDataDto;
        type: MotiveObjectTypeType;
        version?: string;
    }
    Index

    Properties

    filename?: string
    id: string
    logoId?: string
    logoType?: LogoTypesType
    name?: string
    properties?: ILogoPropertyDto[]
    textData?: ITextDataDto
    version?: string