Type Alias StandardFunctions

type StandardFunctions = {
    getLayout(): Promise<NxAppLayout>;
    getProperties(): Promise<NxAppProperties>;
    setProperties(props: NxAppProperties): Promise<void>;
}
Index

Methods