@samatawy/diagrams
    Preparing search index...

    Interface IImageAssetStore

    interface IImageAssetStore {
        register(source: string, preferredId?: string): string;
        resolve(imageId?: string): string | undefined;
        snapshot(): Record<string, string> | undefined;
    }
    Index

    Methods