ag-psd-psdtool
    Preparing search index...

    Interface PSDToolInfo

    The PSDTool extension info which can be generated from the layer name.

    interface PSDToolInfo {
        name: string;
        tags: Set<Tag>;
    }
    Index

    Properties

    Properties

    name: string

    The name of the layer without the tags.

    !*layer:flipx:flipy => *layer
    
    tags: Set<Tag>

    The tags of the layer. !: fixed : option :flipx: flipx :flipy: flipy :flipxy: flipxy

    !*layer:flipx:flipy => fixed, filpx, filpy