Penpot plugins API
    Preparing search index...

    Interface Flags

    This subcontext allows the API o change certain defaults

    interface Flags {
        naturalChildOrdering: boolean;
    }
    Index

    Properties

    naturalChildOrdering: boolean

    If true the .children property will be always sorted in the z-index ordering. Also, appendChild method will be append the children in the top-most position. The insertchild method is changed acordingly to respect this ordering. Defaults to false