Interface DucBlockMetadata

interface DucBlockMetadata {
    createdAt: number;
    localization?: BlockLocalizationMap;
    source?: string;
    updatedAt: number;
    usageCount: number;
}

Properties

createdAt: number

Creation timestamp

localization?: BlockLocalizationMap

Localization metadata

source?: string

Drawing id this block originates from

updatedAt: number

Last update timestamp

usageCount: number

Total number of times the block was instantiated